Files
minecraft-assets/data/minecraft/recipes/brewing_stand.json
2024-02-28 18:28:54 +01:00

19 lines
296 B
JSON

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