Add compat category to Config gui
This commit is contained in:
parent
400161f787
commit
d4b5d3d3e2
|
@ -26,6 +26,7 @@ public class ConfigGui extends GuiConfig
|
||||||
// adds sections declared in ConfigHandler. toLowerCase() is used
|
// adds sections declared in ConfigHandler. toLowerCase() is used
|
||||||
// because the configuration class automatically does this, so must we.
|
// because the configuration class automatically does this, so must we.
|
||||||
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Potions".toLowerCase())));
|
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Potions".toLowerCase())));
|
||||||
|
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Compatibility".toLowerCase())));
|
||||||
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Teleposer Blacklist".toLowerCase())));
|
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Teleposer Blacklist".toLowerCase())));
|
||||||
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Item/Block Blacklisting".toLowerCase())));
|
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Item/Block Blacklisting".toLowerCase())));
|
||||||
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("General".toLowerCase())));
|
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("General".toLowerCase())));
|
||||||
|
|
Loading…
Reference in a new issue