G GameIDs
minecraft · recipes · 1.16.5

Respawn Anchor

respawn_anchor

Recipe #500

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