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

17 lines
238 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:glass"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"id": "minecraft:glass_pane"
}
}