18 lines
254 B
JSON
18 lines
254 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
" B ",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"B": {
|
|
"item": "minecraft:blaze_rod"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:cobblestone"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:brewing_stand"
|
|
}
|
|
} |