aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java
diff options
context:
space:
mode:
authorEmerald <itsemerald@protonmail.com>2023-03-13 21:40:49 +0000
committerEmerald <itsemerald@protonmail.com>2023-03-13 21:40:49 +0000
commit0dbf7928d40309315e35344e8aa29ecc828f70a6 (patch)
tree9b3ba72dea3475edfe39a0de34cfc8f26fd50bc6 /src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java
parent47afd585fe8d3839c3d0373c1eddc72aa552a589 (diff)
downloadGT5-Unofficial-0dbf7928d40309315e35344e8aa29ecc828f70a6.tar.gz
GT5-Unofficial-0dbf7928d40309315e35344e8aa29ecc828f70a6.tar.bz2
GT5-Unofficial-0dbf7928d40309315e35344e8aa29ecc828f70a6.zip
Fix space in gas turbine tooltip
Diffstat (limited to 'src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java')
-rw-r--r--src/main/java/common/tileentities/GTMTE_SOFuelCellMK2.java2
1 files changed, 1 insertions, 1 deletions
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")