G GameIDs
minecraft · recipes · 1.20.6

Beacon

beacon

Recipe #26

1.20.6 #3
{
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "key": {
        "G": {
            "item": "minecraft:glass"
        },
        "O": {
            "item": "minecraft:obsidian"
        },
        "S": {
            "item": "minecraft:nether_star"
        }
    },
    "pattern": [
        "GGG",
        "GSG",
        "OOO"
    ],
    "result": {
        "count": 1,
        "id": "minecraft:beacon"
    }
}