currConf.currentValue=config.get(currConf.category,currConf.name,currConf.defaultValue,"If the "+currConf.extraText+"Crafting Recipe for the "+currConf.name+" is Enabled").getBoolean();
crusherRecipeExceptions=config.get(ConfigCategories.CRUSHER_RECIPES.name,"Crusher Recipe Exceptions",newString[]{"ingotBrick","ingotBrickNether"},"The Ingots, Dusts and Ores blacklisted from being auto-registered to be crushed by the Crusher. This list uses OreDictionary Names of the Inputs only.").getStringList();
mashedFoodCraftingExceptions=config.get(ConfigCategories.ITEMS_CRAFTING.name,"Mashed Food Crafting Exceptions",newString[]{"ActuallyAdditions:itemCoffee"},"The ItemFood, IGrowable and IPlantable Items that can not be used to craft Mashed Food. These are the actual registered Item Names, the ones you use, for example, when using the /give Command.").getStringList();
paxelExtraMiningWhitelist=config.get(ConfigCategories.TOOL_VALUES.name,"AIOT Extra Whitelist",newString[]{"TConstruct:GravelOre"},"By default, the AIOT can mine certain blocks. If there is one that it can't mine, but should be able to, put its REGISTRY NAME here. These are the actual registered Item Names, the ones you use, for example, when using the /give Command.").getStringList();
drillExtraminingWhitelist=config.get(ConfigCategories.TOOL_VALUES.name,"Drill Extra Whitelist",newString[]{"TConstruct:GravelOre"},"By default, the Drill can mine certain blocks. If there is one that it can't mine, but should be able to, put its REGISTRY NAME here. These are the actual registered Item Names, the ones you use, for example, when using the /give Command.").getStringList();