import crafttweaker.api.recipe.CraftingTableRecipeManager; import crafttweaker.api.recipe.BlastFurnaceRecipeManager; import crafttweaker.api.recipe.FurnaceRecipeManager; import crafttweaker.api.recipe.CampFireRecipeManager; import mods.jei.JEI; // Cold Sweats recipes.remove(); JEI.hideIngredient(); // Duplicate Recipe recipes.removeByName("createbigcannons:cutting/spring_wire_iron"); // Removing Zombie Extreme recipes.removeByModid("zombie_extreme"); JEI.hideMod("zombie_extreme"); // Removing Undead Revamp recipes.removeByModid("undead_revamp2"); JEI.hideMod("undead_revamp2"); // autoclicker recipes.removeByName("clickmachine:auto_clicker"); JEI.hideIngredient(); // Jetpack craftingTable.removeByName("create_sa:copper_propeler_recipe"); // Fluids .remove(); .remove(); .remove(); // Artifacts JEI.hideIngredient(); JEI.hideIngredient(); // Removing mapperbase recipes.removeByModid("mapperbase"); JEI.hideMod("mapperbase"); // Removing aluminium from default smelting recipe blastFurnace.remove(); furnace.remove(); // Turrets .removeByName("immersiveengineering:blueprint/bullet_homing"); .removeByName("immersiveengineering:blueprint/bullet_wolfpack"); JEI.hideIngredient(); JEI.hideIngredient(); // Remove default paper crafting craftingTable.removeByName("minecraft:paper"); craftingTable.removeByName("quark:tweaks/crafting/utility/bent/paper"); .removeByName("create:pressing/sugar_cane"); // Remove eye of ender craftingTable.removeByName("minecraft:ender_eye"); JEI.hideIngredient(); // Hide All Spawn Eggs JEI.hideRegex(".*:.*_spawn_egg"); JEI.hideRegex(".*:spawn_egg_.*");