Skip to content

Commit

Permalink
Gem to dust Maceration (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored Oct 19, 2024
1 parent fba0f2c commit d5087d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class RecyclingRecipeHandler {
nugget, gearSmall, gear, frameGt, plateDense, spring, springSmall,
block, wireFine, rotor, lens, turbineBlade, round, plateDouble, dust,
(Predicate<TagPrefix>) orePrefix -> orePrefix.name().startsWith("toolHead"),
(Predicate<TagPrefix>) orePrefix -> orePrefix.name().startsWith("gem"),
(Predicate<TagPrefix>) orePrefix -> orePrefix.name().contains("Gem"),
(Predicate<TagPrefix>) orePrefix -> orePrefix.name().startsWith("cableGt"),
(Predicate<TagPrefix>) orePrefix -> orePrefix.name().startsWith("wireGt"),
(Predicate<TagPrefix>) orePrefix -> orePrefix.name().startsWith("pipe"));
Expand Down

0 comments on commit d5087d7

Please sign in to comment.