mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 20:57:08 +00:00
29 lines
599 B
JSON
29 lines
599 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:wooden_shovel_from_warped_planks"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"A",
|
|
"B",
|
|
"B"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "warped_planks"
|
|
},
|
|
"B": {
|
|
"item": "stick"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "wooden_shovel",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |