| 12345678910111213141516171819202122 |
- {
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "GGG",
- "QQQ",
- "WWW"
- ],
- "key": {
- "Q": {
- "item": "minecraft:quartz"
- },
- "G": {
- "item": "minecraft:glass"
- },
- "W": {
- "tag": "minecraft:wooden_slabs"
- }
- },
- "result": {
- "item": "minecraft:daylight_detector"
- }
- }
|