bookshelf.json 323 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "###",
  5. "XXX",
  6. "###"
  7. ],
  8. "key": {
  9. "#": {
  10. "item": "minecraft:oak_planks"
  11. },
  12. "X": {
  13. "item": "minecraft:book"
  14. }
  15. },
  16. "result": {
  17. "item": "minecraft:bookshelf"
  18. }
  19. }