minecraft-assets/data/minecraft/recipes/orange_stained_glass_pane_f...

21 lines
336 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "stained_glass_pane",
"pattern": [
"###",
"#$#",
"###"
],
"key": {
"#": {
"item": "minecraft:glass_pane"
},
"$": {
"item": "minecraft:orange_dye"
}
},
"result": {
"item": "minecraft:orange_stained_glass_pane",
"count": 8
}
}