mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
flux
added a single parenthesis to the thorium rbmk fuel flux function
This commit is contained in:
parent
9943a73f2a
commit
300f005de4
@ -281,7 +281,7 @@ public class ItemRBMKRod extends Item {
|
||||
break;
|
||||
case LOG_TEN: function = "log10(%1$s + 1) * 0.5 * %2$s";
|
||||
break;
|
||||
case PLATEU: function = "(1 - e^-%1$s / 25)) * %2$s";
|
||||
case PLATEU: function = "(1 - e^(-%1$s / 25)) * %2$s";
|
||||
break;
|
||||
case ARCH: function = "(%1$s - %1$s² / 10000) / 100 * %2$s [0;∞]";
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user