G GameIDs
minecraft · recipes · 1.19.4

Compass

compass

Recipe #371

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "equipment",
    "key": {
        "#": {
            "item": "minecraft:iron_ingot"
        },
        "X": {
            "item": "minecraft:redstone"
        }
    },
    "pattern": [
        " # ",
        "#X#",
        " # "
    ],
    "result": {
        "item": "minecraft:compass"
    },
    "show_notification": true
}