Files
minecraft-assets/data/minecraft/recipe/lectern.json
2025-03-05 18:31:24 +01:00

17 lines
267 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"B": "minecraft:bookshelf",
"S": "#minecraft:wooden_slabs"
},
"pattern": [
"SSS",
" B ",
" S "
],
"result": {
"count": 1,
"id": "minecraft:lectern"
}
}