mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
a3b394c507
Initial layout
29 lines
611 B
JSON
29 lines
611 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:smithing_table_from_crimson_planks"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AA",
|
|
"BB",
|
|
"BB"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "iron_ingot"
|
|
},
|
|
"B": {
|
|
"item": "crimson_planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "smithing_table",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |