mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 20:57:08 +00:00
31 lines
593 B
JSON
31 lines
593 B
JSON
{
|
|
"format_version": "1.21.40",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:suspicious_stew_from_closed_eyeblossom"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:brown_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:red_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:bowl"
|
|
},
|
|
{
|
|
"item": "minecraft:closed_eyeblossom"
|
|
}
|
|
],
|
|
"unlock": {
|
|
"context": "None"
|
|
},
|
|
"result": {
|
|
"item": "minecraft:suspicious_stew",
|
|
"data": 12
|
|
}
|
|
}
|
|
}
|