Large Gas Turbine not Consuming Fuel on custom gas turbine recipe
lyeochan opened this issue ยท 1 comments
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(liquid:nitrofuel*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.