Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lyeochan opened this issue Apr 16, 2023 · 1 comment
Closed

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

lyeochan opened this issue Apr 16, 2023 · 1 comment

Comments

@lyeochan
Copy link

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.

@lyeochan
Copy link
Author

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

DrParadox7 pushed a commit to DrParadox7/GregTech4 that referenced this issue Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants