28 lines
569 B
JSON
28 lines
569 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:loom_from_crimson_planks"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AA",
|
|
"BB"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "string"
|
|
},
|
|
"B": {
|
|
"item": "crimson_planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "loom",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |