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

16 lines
No EOL
323 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "rabbit_stew",
"ingredients": [
"minecraft:baked_potato",
"minecraft:cooked_rabbit",
"minecraft:bowl",
"minecraft:carrot",
"minecraft:brown_mushroom"
],
"result": {
"count": 1,
"id": "minecraft:rabbit_stew"
}
}