Update ForgeDummyContainer.java
This commit is contained in:
parent
8f5f4f7385
commit
de0910b4fb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue