mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
34 lines
551 B
JSON
34 lines
551 B
JSON
{
|
|
"format_version": "1.21.30",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:bundle"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"X",
|
|
"#"
|
|
],
|
|
"key": {
|
|
"X": {
|
|
"item": "minecraft:string"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:leather"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:bundle"
|
|
},
|
|
"priority": 1,
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:leather"
|
|
},
|
|
{
|
|
"item": "minecraft:string"
|
|
}
|
|
]
|
|
}
|
|
}
|