Skip to content

Commit

Permalink
Add recipes for tiny GTPP pipes (#4044)
Browse files Browse the repository at this point in the history
Co-authored-by: Julia Dijkstra <[email protected]>
  • Loading branch information
Vlamonster and Julia Dijkstra authored Mar 9, 2025
1 parent 7e98a61 commit 2403085
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,19 @@ public static void generatePipeRecipes(final String materialName, final long Mas

int eut = (int) (8 * vMulti);

// Add the Three Shaped Recipes First
// Add the Four Shaped Recipes First
RecipeUtils.addShapedRecipe(
pipePlate,
pipePlate,
pipePlate,
"craftingToolHardHammer",
null,
"craftingToolWrench",
pipePlate,
pipePlate,
pipePlate,
ItemUtils.getItemStackOfAmountFromOreDict("pipe" + "Tiny" + output, 8));

RecipeUtils.addShapedRecipe(
pipePlate,
"craftingToolWrench",
Expand Down

0 comments on commit 2403085

Please sign in to comment.