G GameIDs
minecraft · recipes · 1.19.4

Observer

observer

Recipe #594

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "key": {
        "#": {
            "item": "minecraft:cobblestone"
        },
        "Q": {
            "item": "minecraft:quartz"
        },
        "R": {
            "item": "minecraft:redstone"
        }
    },
    "pattern": [
        "###",
        "RRQ",
        "###"
    ],
    "result": {
        "item": "minecraft:observer"
    },
    "show_notification": true
}