From de0910b4fbcc89a9ea52853232d0559a515b12eb Mon Sep 17 00:00:00 2001 From: Corax Date: Thu, 14 Mar 2013 10:02:17 +0100 Subject: [PATCH] Update ForgeDummyContainer.java --- common/net/minecraftforge/common/ForgeDummyContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/net/minecraftforge/common/ForgeDummyContainer.java b/common/net/minecraftforge/common/ForgeDummyContainer.java index b343f85a5..432c48875 100644 --- a/common/net/minecraftforge/common/ForgeDummyContainer.java +++ b/common/net/minecraftforge/common/ForgeDummyContainer.java @@ -83,7 +83,7 @@ public class ForgeDummyContainer extends DummyModContainer implements WorldAcces prop.set(64); } - prop = config.get(Configuration.CATEGORY_GENERAL, "legacyFurnceOutput", false); + prop = config.get(Configuration.CATEGORY_GENERAL, "legacyFurnaceOutput", false); prop.comment = "Controls the sides of vanilla furnaces for Forge's ISidedInventroy, Vanilla defines the output as the bottom, but mods/Forge define it as the sides. Settings this to true will restore the old side relations."; legacyFurnaceSides = prop.getBoolean(false);