Book and Quill
minecraft:writable_book

Book and Quill

Minecraft · by Mojang Studios
item Bookshelf BooksLectern Books

Acquisition

Scrapbox using Scrap Box. Produces Book and Quill.

Scrapbox
Book and Quill Book and Quill guaranteed

Crafting using Book, Ink Sac and Feather, in any arrangement. Produces Book and Quill.

Crafting ⇆ any arrangement
Book
Ink Sac
Feather
Book and Quill Book and Quill guaranteed
Developer reference
Registry name
minecraft:writable_book
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:items/bookshelf_books
minecraft:items/lectern_books

Recipe JSON (2):

{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:book"
    },
    {
      "item": "minecraft:ink_sac"
    },
    {
      "item": "minecraft:feather"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}