Files
minecraft-assets/data/minecraft/recipe/orange_stained_glass.json
2024-06-13 21:50:08 +02:00

22 lines
345 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "stained_glass",
"key": {
"#": {
"item": "minecraft:glass"
},
"X": {
"item": "minecraft:orange_dye"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:orange_stained_glass"
}
}