Skip to content

Commit 24fd9e1

Browse files
authored
Update ToolRecipeHandler.java (#182)
Added recipes for plungers
1 parent 675f143 commit 24fd9e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/src/main/java/com/gregtechceu/gtceu/data/recipe/generated/ToolRecipeHandler.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ private static void processTool(TagPrefix prefix, Material material, ToolPropert
181181

182182
if (material.hasFlag(GENERATE_ROD)) {
183183
UnificationEntry rod = new UnificationEntry(TagPrefix.rod, material);
184+
addToolRecipe(provider, material, GTToolType.PLUNGER, false,
185+
"xRR", " SR", "S f",
186+
'S', rod,
187+
'R', new UnificationEntry(TagPrefix.plate, GTMaterials.Rubber));
184188

185189
if (material.hasFlag(GENERATE_PLATE)) {
186190
addToolRecipe(provider, material, GTToolType.BUTCHERY_KNIFE, false,

0 commit comments

Comments
 (0)