diff options
author | Dream-Master <dream-master@gmx.net> | 2017-06-05 22:36:43 +0200 |
---|---|---|
committer | Dream-Master <dream-master@gmx.net> | 2017-06-05 22:36:43 +0200 |
commit | 2a2d8e0f6254e1dad3892063b7030cf11bbb811f (patch) | |
tree | 0d38a7c06527ee8d1aaa6e672e8cbcf310ed6a94 /src/main/java/gregtech/common/tileentities/machines | |
parent | 940fc8d5a042330366b2e851efa1fce398e952e8 (diff) | |
download | GT5-Unofficial-2a2d8e0f6254e1dad3892063b7030cf11bbb811f.tar.gz GT5-Unofficial-2a2d8e0f6254e1dad3892063b7030cf11bbb811f.tar.bz2 GT5-Unofficial-2a2d8e0f6254e1dad3892063b7030cf11bbb811f.zip |
fix typo
Pyrolyse oven quest consumes pieces #1455
https://github.com/GTNewHorizons/NewHorizons/issues/1455
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PyrolyseOven.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PyrolyseOven.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PyrolyseOven.java index 8ac27bbe99..f87c9fafed 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PyrolyseOven.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_PyrolyseOven.java @@ -42,7 +42,7 @@ public class GT_MetaTileEntity_PyrolyseOven extends GT_MetaTileEntity_MultiBlock "1x Maintenance Hatch (Any bottom layer casing)", "1x Muffler Hatch (Centered 3x1x3 area in Top layer)", "1x Energy Hatch (Any bottom layer casing)", - "Pyrolyze Oven Casings for the rest (60 at least!)", + "Pyrolyse Oven Casings for the rest (60 at least!)", "Causes " + 20 * getPollutionPerTick(null) + " Pollution per second"}; } |