G GameIDs
minecraft · recipes · 1.14.4

Painting

painting

Recipe #272

1.14.4 #9
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "#X#",
        "###"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "tag": "minecraft:wool"
        }
    },
    "result": {
        "item": "minecraft:painting"
    }
}