mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
31 lines
589 B
JSON
31 lines
589 B
JSON
{
|
|
"format_version": "1.21.40",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:suspicious_stew_from_open_eyeblossom"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:brown_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:red_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:bowl"
|
|
},
|
|
{
|
|
"item": "minecraft:open_eyeblossom"
|
|
}
|
|
],
|
|
"unlock": {
|
|
"context": "None"
|
|
},
|
|
"result": {
|
|
"item": "minecraft:suspicious_stew",
|
|
"data": 11
|
|
}
|
|
}
|
|
}
|