minecraft-src/data/minecraft/recipe/mushroom_stew.json
2025-07-04 01:41:11 +03:00

19 lines
No EOL
310 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:brown_mushroom"
},
{
"item": "minecraft:red_mushroom"
},
{
"item": "minecraft:bowl"
}
],
"result": {
"count": 1,
"id": "minecraft:mushroom_stew"
}
}