Skip to content

Commit

Permalink
feat: use gas turbine recipe map
Browse files Browse the repository at this point in the history
  • Loading branch information
MCTian-mi committed Dec 9, 2024
1 parent e38e2e3 commit 022c4e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class JetWingpack extends ArmorLogicSuite implements IItemHUDProvider {

public static final int TANK_CAPACITY = 32000;
public static final Function<FluidStack, Integer> COMBUSTION_FUEL_BURN_TIME = fluidStack -> {
Recipe recipe = RecipeMaps.COMBUSTION_GENERATOR_FUELS.findRecipe(
Recipe recipe = RecipeMaps.GAS_TURBINE_FUELS.findRecipe(
Integer.MAX_VALUE,
Collections.emptyList(),
Collections.singletonList(fluidStack));
Expand Down

0 comments on commit 022c4e8

Please sign in to comment.