From 2a2d8e0f6254e1dad3892063b7030cf11bbb811f Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Mon, 5 Jun 2017 22:36:43 +0200 Subject: fix typo Pyrolyse oven quest consumes pieces #1455 https://github.com/GTNewHorizons/NewHorizons/issues/1455 --- .../tileentities/machines/multi/GT_MetaTileEntity_PyrolyseOven.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gregtech/common/tileentities/machines') 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"}; } -- cgit