mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
a3b394c507
Initial layout
28 lines
457 B
JSON
28 lines
457 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:smoker_from_stripped_spruce"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
" # ",
|
|
"#F#",
|
|
" # "
|
|
],
|
|
"key": {
|
|
"F": {
|
|
"item": "minecraft:furnace"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:stripped_spruce_log"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:smoker"
|
|
}
|
|
}
|
|
}
|