Skip to content

Commit

Permalink
feat: Modify beaver recipe to avoid recipe conflict (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Marsh authored and klikli-dev committed Feb 5, 2024
1 parent 5d48a50 commit 4e23dbd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"ingredients": [
{
"tag": "minecraft:saplings"
"tag": "minecraft:logs"
},
{
"tag": "minecraft:saplings"
"tag": "minecraft:logs"
},
{
"tag": "minecraft:saplings"
"tag": "minecraft:logs"
},
{
"tag": "minecraft:saplings"
"tag": "minecraft:logs"
}
],
"result": {
Expand Down

0 comments on commit 4e23dbd

Please sign in to comment.