XL SC power generation is inconsistent between dense and non dense steam #18226
Labels
Bug: Minor
Mod: GT
GregTech and its (former) addons
Status: Ready for Developer
Issue ready for a developer to pick up and implement
Your GTNH Discord Username
c0bra5
Your Pack Version
2.7.0 RC2
Your Server
SP
Java Version
Java 17
Type of Server
None
Your Expectation
The power generated between the XLSC turbine should be the same for equivalent dense and non dense steam flows
The Reality
They differ by about 100x because of this:
https://github.com/GTNewHorizons/GT5-Unofficial/blob/cce3f6745266e77589eb06f7f75875179e2fa101/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/turbines/MTELargeTurbineSCSteam.java#L135-L138
They also differ because the optimal flow may not be a multiple of 1000, causing the optimal dense flow to be off from the actual optimal flow.
Huge ichorium with optimal dense SC steam flow (614L//t)
Huge Ichorium with optimal SC steam flow (614400L/t)
Your Proposal
Since the Large SC Steam Generator doesn't discriminate, this behaviour should be standardized, or there should be some documentation indicating why the XLSC needs to discriminate.
The amount of power generated for optimal dense flow should be same as the regular optimal flow.
Final Checklist
The text was updated successfully, but these errors were encountered: