IC2 EU buffer saving broken
kubastick opened this issue ยท 6 comments
Interesting, probably some change in ic2 api? anyway the eu buffer is really not designed to be hard capped.
It stops requesting energy as soon as the cap is reached but apparently sometimes it gets more energy than it asks for.
The formatting is not correct though, I think I never designed it to have a hard cap.
I will just remove the /7500 from the text as it is misleading.
it should not even drain any power after it hits the soft cap.
Hard cap actually is pretty ugly to do, it means I have to send power back into the cables as far as I know.
https://github.com/OpenModularTurretsTeam/OMLib/blob/1.12/src/main/java/omtteam/omlib/tileentity/TileEntityElectric.java#L186-L206
The soft cap actually is 80k EU
Well found a bug that was causing the soft cap to be partially ignored, just up to 80k EU. This is a very minor issue only and mostly affects the GUI of the base. Fix is ready. But I have not found any issues other than that. Since that code is a bit older it should not be the case that any base continously drains power. Maybe someone was a bit impatient while watching the energy transfer.