G GameIDs
minecraft · recipes · 1.14.4

Daylight Detector

daylight_detector

Recipe #281

1.14.4 #9
{
    "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"
    }
}