Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/jukebox.json

28 lines
565 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:Jukebox_recipeId"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "minecraft:planks"
},
"B": {
"item": "diamond"
}
},
"result": {
"item": "jukebox",
"count": 1
}
}
}