minecraft-assets/data/minecraft/recipes/jukebox.json

19 lines
251 B
JSON

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