mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
a3b394c507
Initial layout
32 lines
673 B
JSON
32 lines
673 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:soul_campfire_from_mangrove_log"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
" A ",
|
|
"ABA",
|
|
"CCC"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "stick"
|
|
},
|
|
"B": {
|
|
"item": "soul_soil"
|
|
},
|
|
"C": {
|
|
"item": "mangrove_log"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "soul_campfire",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |