minecraft-assets/data/minecraft/recipes/daylight_detector.json

24 lines
381 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"G": {
"item": "minecraft:glass"
},
"Q": {
"item": "minecraft:quartz"
},
"W": {
"tag": "minecraft:wooden_slabs"
}
},
"pattern": [
"GGG",
"QQQ",
"WWW"
],
"result": {
"item": "minecraft:daylight_detector"
},
"show_notification": true
}