G GameIDs
minecraft · recipes · 1.17.1

Black Terracotta

black_terracotta

Recipe #205

1.17.1 #6
{
    "type": "minecraft:crafting_shaped",
    "group": "stained_terracotta",
    "pattern": [
        "###",
        "#X#",
        "###"
    ],
    "key": {
        "#": {
            "item": "minecraft:terracotta"
        },
        "X": {
            "item": "minecraft:black_dye"
        }
    },
    "result": {
        "item": "minecraft:black_terracotta",
        "count": 8
    }
}