2024-12-17 02:08:01 +03:00

18 lines
254 B
JSON

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