diff --git a/src/main/java/com/dreammaster/recipes/RecipeRemover.java b/src/main/java/com/dreammaster/recipes/RecipeRemover.java index 77b7e169d..c35c4f9c2 100644 --- a/src/main/java/com/dreammaster/recipes/RecipeRemover.java +++ b/src/main/java/com/dreammaster/recipes/RecipeRemover.java @@ -1774,6 +1774,11 @@ public static void run() { removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "brewing_stand", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "clock", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "compass", 1, 0, missing)); + removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "stone_sword", 1, 0, missing)); + removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "stone_shovel", 1, 0, missing)); + removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "stone_pickaxe", 1, 0, missing)); + removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "stone_axe", 1, 0, missing)); + removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "stone_hoe", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "diamond_sword", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "diamond_shovel", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "diamond_pickaxe", 1, 0, missing));