mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
29 lines
444 B
JSON
29 lines
444 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:leather_helmet"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"XXX",
|
|
"X X"
|
|
],
|
|
"key": {
|
|
"X": {
|
|
"item": "minecraft:leather"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:leather"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:leather_helmet"
|
|
}
|
|
}
|
|
}
|