Files
minecraft-assets/data/minecraft/recipe/jukebox.json
2024-06-13 21:50:08 +02:00

21 lines
297 B
JSON

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