Skip to content

Commit

Permalink
Added missing recipe for Ornate Wood
Browse files Browse the repository at this point in the history
  • Loading branch information
Litorom committed Aug 29, 2024
1 parent 5102159 commit 4e75a1a
Show file tree
Hide file tree
Showing 2 changed files with 2,493 additions and 6,634 deletions.
1 change: 1 addition & 0 deletions src/client/java/minicraft/item/Recipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public class Recipes {
workbenchRecipes.add(new Recipe("Workbench_1", "Wood_10"));
workbenchRecipes.add(new Recipe("Torch_2", "Wood_1", "coal_1"));
workbenchRecipes.add(new Recipe("plank_2", "Wood_1"));
workbenchRecipes.add(new Recipe("Ornate Wood_1", "Wood_1"));
workbenchRecipes.add(new Recipe("Plank Wall_1", "plank_3"));
workbenchRecipes.add(new Recipe("Wood Door_1", "plank_5"));
workbenchRecipes.add(new Recipe("Wood Fence_1", "plank_3"));
Expand Down
Loading

0 comments on commit 4e75a1a

Please sign in to comment.