Skip to content

Commit

Permalink
Merge branch 'master' into me-part-retier
Browse files Browse the repository at this point in the history
  • Loading branch information
boubou19 authored Jan 13, 2025
2 parents 6c1b601 + f54574d commit 2be02ab
Show file tree
Hide file tree
Showing 7 changed files with 429 additions and 1,741 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/dreammaster/recipes/RecipeRemover.java
Original file line number Diff line number Diff line change
Expand Up @@ -3257,6 +3257,13 @@ public static void run() {
new Object[] { getModItem(Natura.ID, "barleyFood", 1, 6, missing),
getModItem(Natura.ID, "barleyFood", 1, 6, missing) },
new Object[0]);
removeRecipeShapedDelayed(
getModItem(Minecraft.ID, "leather", 1, 0, missing),
new Object[] { getModItem(EtFuturumRequiem.ID, "rabbit_hide", 1, 0, missing),
getModItem(EtFuturumRequiem.ID, "rabbit_hide", 1, 0, missing) },
new Object[] { getModItem(EtFuturumRequiem.ID, "rabbit_hide", 1, 0, missing),
getModItem(EtFuturumRequiem.ID, "rabbit_hide", 1, 0, missing) },
new Object[0]);
removeRecipeShapedDelayed(getModItem(OpenBlocks.ID, "paintBrush", 1, 0, missing));
removeRecipeShapedDelayed(getModItem(OpenBlocks.ID, "goldenEye", 1, wildcard, missing));
removeRecipeShapedDelayed(getModItem(Railcraft.ID, "cart.energy.batbox", 1, 0, missing));
Expand Down
Loading

0 comments on commit 2be02ab

Please sign in to comment.