Skip to content

Commit

Permalink
Update ToolRecipeHandler.java (#182)
Browse files Browse the repository at this point in the history
Added recipes for plungers
  • Loading branch information
Drackion authored Jul 23, 2023
1 parent 675f143 commit 24fd9e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ private static void processTool(TagPrefix prefix, Material material, ToolPropert

if (material.hasFlag(GENERATE_ROD)) {
UnificationEntry rod = new UnificationEntry(TagPrefix.rod, material);
addToolRecipe(provider, material, GTToolType.PLUNGER, false,
"xRR", " SR", "S f",
'S', rod,
'R', new UnificationEntry(TagPrefix.plate, GTMaterials.Rubber));

if (material.hasFlag(GENERATE_PLATE)) {
addToolRecipe(provider, material, GTToolType.BUTCHERY_KNIFE, false,
Expand Down

0 comments on commit 24fd9e1

Please sign in to comment.