Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Oct 16, 2023
1 parent 9922dc1 commit 26e0afd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/data/garnished/recipes/molten_stew.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:bowl"
},
{
"item": "garnished:molten_remnant"
},
{
"item": "minecraft:magma_cream"
},
{
"item": "minecraft:magma_cream"
},
{
"item": "garnished:blaze_powder"
}
],
"result": {
"item": "garnished:molten_stew"
}
}

0 comments on commit 26e0afd

Please sign in to comment.