Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Update UniversalChemicalFuelEngine.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Reflex18 committed Mar 21, 2024
1 parent a53c33a commit fb1a74c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected CheckRecipeResult processFuel(ArrayList<FluidStack> tFluids, RecipeMap
consumeAllLiquid(tFuel, tFluids);
consumeAllLiquid(getPromoter(), tFluids);
this.setPowerFlow((long) (FuelAmount * recipe.mSpecialValue * FuelsValueBonus / 20.0D));
this.mMaxProgresstime = 1;
this.mMaxProgresstime = 20;
this.updateSlots();
return CheckRecipeResultRegistry.GENERATING;
}
Expand Down

0 comments on commit fb1a74c

Please sign in to comment.