Files
IMoO/recipes/brewing_stand.json
T
2022-01-23 21:24:12 +03:00

27 lines
431 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:brewing_stand"
},
"tags": [ "crafting_table" ],
"pattern": [
" B ",
"###"
],
"key": {
"B": {
"item": "minecraft:blaze_rod"
},
"#": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:brewing_stand"
}
}
}