GregTechCEu Modern

GregTechCEu Modern

6M Downloads

Steam liq boiler has only half output

Closed this issue · 4 comments

commented

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

commented

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.

commented

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

commented
Image Image

placed these two, and not only does the steam grinder stay on, but it's slowly gaining (like what makes sense with residual 2 steam/t)

Image

So can't close on latest ranch. Maybe it got fixed between 7.0.2 and current verison (iirc 7.1.4), so try updating

commented

thanks,i saw a update in 7.1.0 which fix the problem.