Files
minecraft-assets/data/minecraft/recipes/brewing_stand.json
2022-06-29 18:37:59 +02:00

18 lines
276 B
JSON

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