mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
38 lines
678 B
JSON
38 lines
678 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:rabbit_stew_from_brown_mushroom"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "rabbit_stew",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:bowl"
|
|
},
|
|
{
|
|
"item": "minecraft:baked_potato"
|
|
},
|
|
{
|
|
"item": "minecraft:carrot"
|
|
},
|
|
{
|
|
"item": "minecraft:brown_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:cooked_rabbit"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:cooked_rabbit"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:rabbit_stew"
|
|
}
|
|
}
|
|
}
|