Skip to content

Commit

Permalink
Remove map recipe from crafting and recipe removal logic (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarcasticMax authored Jan 17, 2025
1 parent b975609 commit 6d576a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/dreammaster/recipes/RecipeRemover.java
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,6 @@ public static void run() {
removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "painting", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "flint_and_steel", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "dragon_egg", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "map", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "wooden_door", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "iron_door", 1, 0, missing));
removeRecipeByOutputDelayed(getModItem(Minecraft.ID, "skull", 1, 1, missing));
Expand Down
11 changes: 0 additions & 11 deletions src/main/java/com/dreammaster/scripts/ScriptMinecraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -4278,17 +4278,6 @@ private void craftingRecipes() {
null,
"craftingToolScrewdriver",
null);
addShapedRecipe(
getModItem(Minecraft.ID, "map", 1, 0, missing),
"paperEmpty",
"paperEmpty",
"paperEmpty",
"paperEmpty",
getModItem(Minecraft.ID, "compass", 1, 0, missing),
"paperEmpty",
"paperEmpty",
"paperEmpty",
"paperEmpty");
addShapelessRecipe(
getModItem(Minecraft.ID, "dye", 3, 15, missing),
getModItem(Minecraft.ID, "bone", 1, 0, missing),
Expand Down

0 comments on commit 6d576a6

Please sign in to comment.