Files
minecraft-assets/data/minecraft/recipes/mushroom_stew.json
2024-02-14 17:44:28 +01:00

18 lines
296 B
JSON

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