added a single parenthesis to the thorium rbmk fuel flux function
This commit is contained in:
LegendaryDoge30 2025-03-26 18:18:39 +01:00
parent 9943a73f2a
commit 300f005de4

View File

@ -281,7 +281,7 @@ public class ItemRBMKRod extends Item {
break; break;
case LOG_TEN: function = "log10(%1$s + 1) * 0.5 * %2$s"; case LOG_TEN: function = "log10(%1$s + 1) * 0.5 * %2$s";
break; break;
case PLATEU: function = "(1 - e^-%1$s / 25)) * %2$s"; case PLATEU: function = "(1 - e^(-%1$s / 25)) * %2$s";
break; break;
case ARCH: function = "(%1$s - %1$s² / 10000) / 100 * %2$s [0;∞]"; case ARCH: function = "(%1$s - %1$s² / 10000) / 100 * %2$s [0;∞]";
break; break;