Skip to content

Commit

Permalink
Added recipe for Dye Vat
Browse files Browse the repository at this point in the history
  • Loading branch information
Litorom committed Aug 29, 2024
1 parent be4bd89 commit 6933f1c
Show file tree
Hide file tree
Showing 2 changed files with 2,482 additions and 6,569 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 @@ -81,6 +81,7 @@ public class Recipes {
workbenchRecipes.add(new Recipe("Anvil_1", "iron_5"));
workbenchRecipes.add(new Recipe("Tnt_1", "Gunpowder_10", "Sand_8"));
workbenchRecipes.add(new Recipe("Loom_1", "Wood_10", "White Wool_5"));
workbenchRecipes.add(new Recipe("Dye Vat_1", "Stone_20", "Water Bucket_1"));
workbenchRecipes.add(new Recipe("Wood Fishing Rod_1", "Wood_10", "String_3"));
workbenchRecipes.add(new Recipe("Iron Fishing Rod_1", "Iron_10", "String_3"));
workbenchRecipes.add(new Recipe("Gold Fishing Rod_1", "Gold_10", "String_3"));
Expand Down
Loading

0 comments on commit 6933f1c

Please sign in to comment.