26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:chest_from_crimson_planks"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AAA",
|
|
"A A",
|
|
"AAA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "crimson_planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "chest",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |