book.json 297 B

1234567891011121314151617181920
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:paper"
  6. },
  7. {
  8. "item": "minecraft:paper"
  9. },
  10. {
  11. "item": "minecraft:paper"
  12. },
  13. {
  14. "item": "minecraft:leather"
  15. }
  16. ],
  17. "result": {
  18. "item": "minecraft:book"
  19. }
  20. }