From 0dbf7928d40309315e35344e8aa29ecc828f70a6 Mon Sep 17 00:00:00 2001 From: Emerald Date: Mon, 13 Mar 2023 21:40:49 +0000 Subject: Fix space in gas turbine tooltip --- src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java') diff --git a/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java b/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java index 8c1aee14ef..9cf68eb13c 100644 --- a/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java +++ b/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java @@ -83,7 +83,7 @@ public class GTMTE_SOFuelCellMK2 extends GT_MetaTileEntity_EnhancedMultiBlockBas tt.addMachineType("Gas Turbine") .addInfo("Oxidizes gas fuels to generate electricity without polluting the environment") .addInfo( - "Consumes up to" + (EU_PER_TICK * 20) + "Consumes up to " + (EU_PER_TICK * 20) + "EU worth of fuel with up to 100% efficiency each second") .addInfo("Nitrobenzene and other gas fuels above 1M EU/bucket are more efficient") .addInfo("Steam production requires the SOFC to heat up completely first") -- cgit