minecraft-assets/data/minecraft/recipes/mushroom_stew.json

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"
}
}