Skip to content

Commit

Permalink
Fix slime ball recipe (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesabinelim authored Jun 3, 2023
1 parent 0111eea commit 379255c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "c:dough"
"tag": "c:wheat_dough"
},
{
"tag": "c:lime_dyes"
Expand All @@ -11,4 +11,4 @@
"result": {
"item": "minecraft:slime_ball"
}
}
}

0 comments on commit 379255c

Please sign in to comment.