mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
27 lines
450 B
JSON
Vendored
27 lines
450 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:lectern"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"###",
|
|
" B ",
|
|
" # "
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"tag": "minecraft:wooden_slabs"
|
|
},
|
|
"B": {
|
|
"item": "minecraft:bookshelf"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:lectern"
|
|
},
|
|
"priority": -1
|
|
}
|
|
}
|