G GameIDs
minecraft · recipes · 1.18.2

Jukebox

jukebox

Recipe #59

1.18.2 #5
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "#X#",
        "###"
    ],
    "key": {
        "#": {
            "tag": "minecraft:planks"
        },
        "X": {
            "item": "minecraft:diamond"
        }
    },
    "result": {
        "item": "minecraft:jukebox"
    }
}