1
0

writable_book.json 262 B

1234567891011121314151617
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:book"
  6. },
  7. {
  8. "item": "minecraft:ink_sac"
  9. },
  10. {
  11. "item": "minecraft:feather"
  12. }
  13. ],
  14. "result": {
  15. "item": "minecraft:writable_book"
  16. }
  17. }