Files
minecraft-assets/data/minecraft/recipes/magenta_stained_glass.json
2023-04-05 18:28:44 +02:00

23 lines
378 B
JSON

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