G GameIDs
minecraft · recipes · 1.14.4

Compass

compass

Recipe #371

1.14.4 #9
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        " # ",
        "#X#",
        " # "
    ],
    "key": {
        "#": {
            "item": "minecraft:iron_ingot"
        },
        "X": {
            "item": "minecraft:redstone"
        }
    },
    "result": {
        "item": "minecraft:compass"
    }
}