
Can't modify Turbine output
TomPlop 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
7.0.2
Minecraft Version
1.20.1 Forge
Recipe Viewer Installed
EMI
Environment
Singleplayer
Cross-Mod Interaction
No
Other Installed Mods
TerraFirmaGreg but tested in Community Modpack
Expected Behavior
event.recipes.gtceu.gas_turbine('dense_steam') .inputFluids(Fluid.of('gtceu:dense_steam', 1)) .EUt(-(32*4)) .duration(20*2)
Creating a recipe for a turbine either gas or steam and increasing the output so it's not 32 eu/t should also increase the output of the Turbine.
Actual Behavior
It doesn't increase the output but reduce the amount of parallel so it stills cap at the same power output it would. It seems the output power of the Large Turbine can only be influenced by the Rotor Holder and Rotor Blade.
The recipe when at -32 eu/t



After increasing the output on the recipe :



Also the parallel flickers a bit sometimes going down to half the power output during one recipe then goes back up.
Steps to Reproduce
Simply add a recipe to steam_turbine or gas_turbine, put an amount higher than 32 for .EUt
Run the turbine in game
Additional Information
No response