G GameIDs
minecraft · recipes · 1.12.2

Clock

clock

Recipe #943

1.12.2 #11
{
    "type": "crafting_shaped",
    "pattern": [
        " # ",
        "#X#",
        " # "
    ],
    "key": {
        "#": {
            "item": "minecraft:gold_ingot"
        },
        "X": {
            "item": "minecraft:redstone"
        }
    },
    "result": {
        "item": "minecraft:clock"
    }
}