Files
minecraft-assets/data/minecraft/recipes/mushroom_stew.json
2019-04-06 17:15:10 +00:00

17 lines
274 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:brown_mushroom"
},
{
"item": "minecraft:red_mushroom"
},
{
"item": "minecraft:bowl"
}
],
"result": {
"item": "minecraft:mushroom_stew"
}
}