G GameIDs
minecraft · recipes · 1.20.6

Repeater

repeater

Recipe #510

1.20.6 #3
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "key": {
        "#": {
            "item": "minecraft:redstone_torch"
        },
        "I": {
            "item": "minecraft:stone"
        },
        "X": {
            "item": "minecraft:redstone"
        }
    },
    "pattern": [
        "#X#",
        "III"
    ],
    "result": {
        "count": 1,
        "id": "minecraft:repeater"
    }
}