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
Dream-Master authored Jan 23, 2024
1 parent 01b2f20 commit afb56c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
result = processFuel(tFluids, RecipeMaps.gasTurbineFuels, PromoterAmount, GAS_EFFICIENCY_COEFFICIENT, 1);
if (result.wasSuccessful()) return result;

if (LoadedList.GTPP) {
if (GTPlusPlus.isModLoaded()){
result = processFuel(tFluids, GTPPRecipeMaps.rocketFuels, PromoterAmount, ROCKET_EFFICIENCY_COEFFICIENT, 3);
if (result.wasSuccessful()) return result;
}
Expand Down

0 comments on commit afb56c4

Please sign in to comment.