aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2021-11-15 19:42:32 +0100
committerGitHub <noreply@github.com>2021-11-15 19:42:32 +0100
commitec98da4ac00f8b3b0eafaec04474df2b6d868e1f (patch)
treebcc9b732fcd004f062c4d01e0963ced7585b5a28
parentf1194ac5371c108ea4dd6cb9eaa13c9103700557 (diff)
parentcf441342e49acfee4961b0b60497e800b5f71318 (diff)
downloadGT5-Unofficial-ec98da4ac00f8b3b0eafaec04474df2b6d868e1f.tar.gz
GT5-Unofficial-ec98da4ac00f8b3b0eafaec04474df2b6d868e1f.tar.bz2
GT5-Unofficial-ec98da4ac00f8b3b0eafaec04474df2b6d868e1f.zip
Merge pull request #39 from bombcar/master
fix typo
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_LargeRocketEngine.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_LargeRocketEngine.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_LargeRocketEngine.java
index ffded37529..e7277644ae 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_LargeRocketEngine.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_LargeRocketEngine.java
@@ -97,7 +97,7 @@ public class GregtechMetaTileEntity_LargeRocketEngine extends GregtechMeta_Multi
"Supply 4L of "+mCoolantName+" per second per 2100 eu/t to boost output (optional)",
"Consumes 2000L/s of air per 16384 eu/t produced",
"Produces as much energy as you put fuel in",
- "produses 1500 posution/S per 16384 eu/t produced",
+ "Produces 1500 pollution/S per 16384 eu/t produced",
"When producing more then 32K eu/t fuel wil be consume less efficiently (3x - 1.5x eff@57Keu/t input energy)",
"formula: x = input of energy (10K^(1/3)/ x^(1/3)) * (40K^(1/3)/ x^(1/3))",
"Boosting will produce 3x the amount of power but will consume 3x fuel",