[1.18.2] Energy Modifier Using Exponential Operation
bobrob2004 opened this issue ยท 1 comments
I'm trying to make energy upgrades for machines that decrease the amount of energy used. However, it seems to use the multiplication operation even though I put in the exponential operation. Here is my code:
"modifiers": [
{
"requirement": "custommachinery:energy",
"mode": "input",
"operation": "exponential",
"modifier": 0.9
}
I have a recipe that uses 20 FE. So when I put in 8 upgrades, I expect the machine to only use 9 FE. However, it uses 144.