Files
minecraft-assets/data/minecraft/recipe/brewing_stand.json
2025-01-29 18:30:55 +01:00

16 lines
270 B
JSON

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