Fix default missing model zoom text not being set to false on all places.
This commit is contained in:
parent
9888214524
commit
7598d18a50
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ public class ForgeModContainer extends DummyModContainer implements WorldAccessC
|
|||
replaceVanillaBucketModel = prop.getBoolean(Boolean.FALSE);
|
||||
propOrder.add(prop.getName());
|
||||
|
||||
prop = config.get(Configuration.CATEGORY_CLIENT, "zoomInMissingModelTextInGui", Boolean.TRUE,
|
||||
prop = config.get(Configuration.CATEGORY_CLIENT, "zoomInMissingModelTextInGui", Boolean.FALSE,
|
||||
"Toggle off to make missing model text in the gui fit inside the slot.");
|
||||
zoomInMissingModelTextInGui = prop.getBoolean(Boolean.FALSE);
|
||||
prop.setLanguageKey("forge.configgui.zoomInMissingModelTextInGui");
|
||||
|
|
Loading…
Reference in a new issue