Nukepowered / GregTech4

A port of GregTech 4 to Minecraft 1.7.10 with optimization on most processes, fixed networking and rendering.
GNU General Public License v3.0
29 stars 17 forks source link

Large Gas Turbine not Consuming Fuel on custom gas turbine recipe #186

Closed lyeochan closed 11 months ago

lyeochan commented 1 year ago

Yes i know this recipe is unbalanced.

i added this to my crafttweaker.zs file

//NITRO DIESEL GAS gas_recipes.factory() .EUt(16) .duration(90) .fluidInput(*1) .buildAndRegister();

here's what happens, the large gas turbine will start producing power, but not actually consume any fuel at all!. the single block gas turbine works fine, consumes the fuel fine, but the large gas turbine will activate and generate infinite power from just having fuel present on the input hatch.

lyeochan commented 1 year ago

it seems this is a problem on the steam turbine too btw!