G GameIDs
minecraft · recipes · 1.19.4

Redstone Lamp

redstone_lamp

Recipe #581

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "key": {
        "G": {
            "item": "minecraft:glowstone"
        },
        "R": {
            "item": "minecraft:redstone"
        }
    },
    "pattern": [
        " R ",
        "RGR",
        " R "
    ],
    "result": {
        "item": "minecraft:redstone_lamp"
    },
    "show_notification": true
}