Files
IMoO/recipes/lectern_from_crimson_slab.json
T
2022-01-23 21:24:12 +03:00

29 lines
595 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:lectern_from_crimson_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
" B ",
" A "
],
"key": {
"A": {
"item": "crimson_slab"
},
"B": {
"item": "bookshelf"
}
},
"result": {
"item": "lectern",
"count": 1
},
"priority": 2
}
}