1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-24 20:09:28 +00:00

29 lines
594 B
JSON
Raw Permalink Normal View History

2022-09-23 06:24:26 -07:00
{
"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
}
}