Fluid drilling rig displays 2 different values for Max EU/t, only works at lowest one.
blackdragon2447 opened this issue ยท 0 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
1.1.3.b
Recipe Viewer Installed
JEI
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
Community pack
Expected Behavior
The Fluid drilling rig only displays one Max EU/t value and uses that when drilling.
Actual Behavior
The machine displays 2 Max EU/t values and uses the lowest one while drilling.
Steps to Reproduce
- Build a fluid drilling rig.
- Make sure it has the highest possible energy hatch. (HV for Advanced I, EV for II, IV for III).
- Observe the Max EU/t values in the gui and the amount of energy used in jade (or similair).
Additional Information
com.gregtechceu.gtceu.common.machine.multiblock.electric.FluidDrillMachine.java:49
Adds the second Max EU/t line to the gui.
The way the value is calculated for that line is different from what WorkableElectricMultiblockMachine
uses to calculate Max EU/t.