mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-06-28 11:59:04 +00:00
33 lines
691 B
JSON
33 lines
691 B
JSON
{
|
|
"format_version": "1.21.90",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:dried_ghast"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"TTT",
|
|
"T#T",
|
|
"TTT"
|
|
],
|
|
"key": {
|
|
"T": {
|
|
"item": "minecraft:ghast_tear"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:soul_sand"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:ghast_tear"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dried_ghast",
|
|
"count": 1
|
|
}
|
|
}
|
|
} |