
Steam liq boiler has only half output
Closed this issue · 4 comments
Checked for existing issues
- I have checked for existing issues, and have found none.
Tested latest version
- I have checked that this occurs on the latest version.
GregTech CEu Version
7.0.2
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
EMI
Environment
Multiplayer - Open to LAN
Cross-Mod Interaction
No
Other Installed Mods
gcpm
Expected Behavior
hp steam liquid boiler has only like 15mb/t output
Actual Behavior
It should be 30.
We found a hpsteam liqu boiler(should be 30mbt) cant make a big steam grinder(should use 28 mbt) run.
I check the code. It seems in here in line 254 func getTotalSteamOutput count the steam output /2. I think it is a bug.
Steps to Reproduce
Use any steam liquid boiler and run it.
Additional Information
No response
emm i see the code again.the problem shouldn't in there because its for every 10 ticks but no 20.But one hp steam liquid boiler(should be 30mb/t) still cant make a steam big grinder(28mb/t) run.
the 10t and /2 cancel out
It returns (baseOutput * temperatureRatio / 2) every 10 ticks, or (baseOutput * temperatureRatio / 2) * 2 per second
Will test the liquid boiler and steam grinder test in-game and repotr back