
Turbine Buffer doesn't scale with config
Satherov opened this issue ยท 1 comments
Version
Minecraft Version 1.21.1
Extreme Reactors Version 2.4.19
Issue
When increasing the config setting for the power production of the turbine, the buffer does not scale with the production leading to tons of wasted energy
Image
Solution
I think this should be a rather easy fix, by simply copying what you have in your Reactor Logic to your Turbine Logic and multiplying the buffer with the config
Implemented in ER 1.20.1-2.0.91 & 1.21.1-2.4.20
The same formula used to apply the power multiplicators for energy production is used to compute the size of the the energy buffer of reactors and turbines now.
I'have also changed the valid range of all power production multiplicators in the configs: it is now min 0.005 and max 100.0
Have fun
Z