Family friendly debuff config

This commit is contained in:
Nick 2016-03-17 14:57:29 -07:00
parent f896383fe6
commit fd8e81cbdc
5 changed files with 17 additions and 3 deletions

View file

@ -34,6 +34,7 @@ public class ConfigGui extends GuiConfig
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("General".toLowerCase())));
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Rituals".toLowerCase())));
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("Blood Altar Sacrificial Values".toLowerCase())));
list.add(new ConfigElement(ConfigHandler.getConfig().getCategory("IDontLikeFun".toLowerCase())));
return list;
}