17 lines
264 B
JSON
17 lines
264 B
JSON
{
|
|
"type": "crafting_shapeless",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:brown_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:red_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:bowl"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:mushroom_stew"
|
|
}
|
|
} |