mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
a3b394c507
Initial layout
32 lines
535 B
JSON
32 lines
535 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:campfire_from_stripped_birch_log"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
" | ",
|
|
"|C|",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"|": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:stripped_birch_log"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:coal"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:campfire"
|
|
},
|
|
"priority": 2
|
|
}
|
|
}
|