minecraft-assets/data/minecraft/recipes/yellow_stained_glass_pane_f...

22 lines
358 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "stained_glass_pane",
"key": {
"#": {
"item": "minecraft:glass_pane"
},
"$": {
"item": "minecraft:yellow_dye"
}
},
"pattern": [
"###",
"#$#",
"###"
],
"result": {
"count": 8,
"item": "minecraft:yellow_stained_glass_pane"
}
}