Skip to content

Commit

Permalink
Update PieceType.java
Browse files Browse the repository at this point in the history
oops, this would have broken addon recipes
still, addons should update
  • Loading branch information
Shnupbups committed Aug 28, 2019
1 parent 9d73294 commit 4e01500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public ArrayList<ShapelessPieceRecipe> getShapelessRecipes() {

public ArrayList<PieceRecipe> getCraftingRecipes() {
ArrayList<PieceRecipe> recipes = new ArrayList<>();
recipes.addAll(getShapedRecipes());
recipes.addAll(getRecipes());
recipes.addAll(getShapelessRecipes());
return recipes;
}
Expand Down

0 comments on commit 4e01500

Please sign in to comment.