diff --git a/src/main/java/com/dreammaster/recipes/RecipeRemover.java b/src/main/java/com/dreammaster/recipes/RecipeRemover.java index a83f726b0..34bef2256 100644 --- a/src/main/java/com/dreammaster/recipes/RecipeRemover.java +++ b/src/main/java/com/dreammaster/recipes/RecipeRemover.java @@ -760,7 +760,6 @@ public static void run() { removeRecipeByOutputDelayed(getModItem(Chisel.ID, "diamondChisel", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Chisel.ID, "netherStarChisel", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Chisel.ID, "cloudinabottle", 1, 0, missing)); - removeRecipeByOutputDelayed(getModItem(Chisel.ID, "ballomoss", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Chisel.ID, "smashingrock", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Chisel.ID, "autoChisel", 1, 0, missing)); removeRecipeByOutputDelayed(getModItem(Chisel.ID, "upgrade", 1, 0, missing));