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

18 lines
299 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "stained_glass_pane",
"key": {
"#": {
"item": "minecraft:white_stained_glass"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:white_stained_glass_pane"
}
}