minecraft-assets/data/minecraft/recipes/brown_stained_glass.json

23 lines
374 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_glass",
"key": {
"#": {
"item": "minecraft:glass"
},
"X": {
"item": "minecraft:brown_dye"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"item": "minecraft:brown_stained_glass"
},
"show_notification": true
}