public static boolean cropsAllowBonemeal = true;
public static void loadConfig(File configFile) {
config = new Configuration(configFile);
new ConfigCategory(CATEGORY_POTIONS);
new ConfigCategory(CATEGORY_ENCHANTMENTS);
new ConfigCategory(CATEGORY_KAMI_ITEMS);
new ConfigCategory(CATEGORY_KAMI_BLOCKS);
new ConfigCategory(CATEGORY_KAMI_GENERAL);
String comment = "These will only be used if KAMI is loaded. (KAMI is a separate download you can find in the Thaumic Tinkerer thread)";
config.addCustomCategoryComment(CATEGORY_KAMI_ITEMS, comment);
config.addCustomCategoryComment(CATEGORY_KAMI_BLOCKS, comment);
config.addCustomCategoryComment(CATEGORY_KAMI_GENERAL, comment);