import crafttweaker.api.recipe.CraftingTableRecipeManager; import crafttweaker.api.recipe.BlastFurnaceRecipeManager; import crafttweaker.api.recipe.FurnaceRecipeManager; import mods.jei.JEI; // Create Addition extra items JEI.hideIngredient(); JEI.hideIngredient(); // Experience Tools JEI.hideIngredient(); craftingTable.removeByName("create_sa:experience_pickaxe_recipe"); JEI.hideIngredient(); craftingTable.removeByName("create_sa:experience_shovel_recipe"); JEI.hideIngredient(); craftingTable.removeByName("create_sa:experience_axe_recipe"); JEI.hideIngredient(); craftingTable.removeByName("create_sa:experience_sword_recipe");