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

13 lines
No EOL
244 B
JSON

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