mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
31 lines
501 B
JSON
31 lines
501 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:campfire_from_charcoal_log2"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
" | ",
|
|
"|C|",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"|": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:log2"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:charcoal"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:campfire"
|
|
}
|
|
}
|
|
}
|