Hbm's Nuclear Tech Mod but its a different version

Hbm's Nuclear Tech Mod but its a different version

6.3k Downloads

Electrolyser speed upgrade doesn't increase energy consumption

A-Lisaa opened this issue ยท 0 comments

commented

Info for speed upgrade in electrolyser says the upgrade increases consumption by 100*Level %, while in fact it doesn't due to a speed upgrade not being accounted for here:

usageOre = usageOreBase - usageOreBase * powerLevel / 4;
usageFluid = usageFluidBase - usageFluidBase * powerLevel / 4;