Skip to content

Commit

Permalink
Fix toluene fuel burn time
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 13, 2022
1 parent 67557d8 commit 7170347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/loaders/recipe/FuelRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static void registerFuels() {

RecipeMaps.COMBUSTION_GENERATOR_FUELS.recipeBuilder()
.fluidInputs(Toluene.getFluid(1))
.duration(41)
.duration(10)
.EUt((int) V[LV])
.buildAndRegister();

Expand Down

0 comments on commit 7170347

Please sign in to comment.