minecraft-assets/data/minecraft/recipes/brewing_stand.json

20 lines
327 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"B": {
"item": "minecraft:blaze_rod"
}
},
"pattern": [
" B ",
"###"
],
"result": {
"item": "minecraft:brewing_stand"
},
"show_notification": true
}