mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
a3b394c507
Initial layout
29 lines
594 B
JSON
29 lines
594 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:smoker_from_mangrove_wood"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
" A ",
|
|
"ABA",
|
|
" A "
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "mangrove_wood"
|
|
},
|
|
"B": {
|
|
"item": "furnace"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "smoker",
|
|
"count": 1
|
|
},
|
|
"priority": 50
|
|
}
|
|
} |