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

23 lines
387 B
JSON

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