currConf.currentValue=config.getBoolean(currConf.name,currConf.category,currConf.defaultValue,"If the "+currConf.extraText+"Crafting Recipe for the "+currConf.name+" is Enabled");
crusherRecipeExceptions=config.getStringList("Crusher Recipe Exceptions",ConfigCategories.CRUSHER_RECIPES.name,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.");
mashedFoodCraftingExceptions=config.getStringList("Mashed Food Crafting Exceptions",ConfigCategories.ITEMS_CRAFTING.name,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.");