33 lines
590 B
JSON
33 lines
590 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:rabbit_stew_from_red_mushroom"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "rabbit_stew",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:bowl"
|
|
},
|
|
{
|
|
"item": "minecraft:baked_potato"
|
|
},
|
|
{
|
|
"item": "minecraft:carrot"
|
|
},
|
|
{
|
|
"item": "minecraft:red_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:cooked_rabbit"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:rabbit_stew"
|
|
}
|
|
}
|
|
}
|