mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
34 lines
686 B
JSON
34 lines
686 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:Jukebox_recipeId"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AAA",
|
|
"ABA",
|
|
"AAA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"tag": "minecraft:planks"
|
|
},
|
|
"B": {
|
|
"item": "diamond"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:diamond"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "jukebox",
|
|
"count": 1
|
|
},
|
|
"priority": -1
|
|
}
|
|
} |