lectern.json 319 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "SSS",
  5. " B ",
  6. " S "
  7. ],
  8. "key": {
  9. "S": {
  10. "tag": "minecraft:wooden_slabs"
  11. },
  12. "B": {
  13. "tag": "km:bookshelf"
  14. }
  15. },
  16. "result": {
  17. "item": "minecraft:lectern"
  18. }
  19. }