G GameIDs
minecraft · recipes · 1.18.2

Respawn Anchor

respawn_anchor

Recipe #500

1.18.2 #5
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "OOO",
        "GGG",
        "OOO"
    ],
    "key": {
        "O": {
            "item": "minecraft:crying_obsidian"
        },
        "G": {
            "item": "minecraft:glowstone"
        }
    },
    "result": {
        "item": "minecraft:respawn_anchor"
    }
}