Bound Scroll
waystones:bound_scroll

Bound Scroll

Waystones · by BlayTheNinth
item Bound Scrolls

Acquisition

Crafting using Any Purple Dyes, Any Purple Dyes, Any Purple Dyes, Any Gold Nuggets, Ender Pearl, Any Gold Nuggets, Paper, Paper and Paper, arranged in the pattern shown. Produces 3× Bound Scroll.

Crafting
Any Purple Dyes
Any Purple Dyes
Any Purple Dyes
Any Gold Nuggets
Ender Pearl
Any Gold Nuggets
Paper
Paper
Paper
Bound Scroll Bound Scroll ×3 guaranteed
Developer reference
Registry name
waystones:bound_scroll
Namespace
waystones
Mod ID
waystones
Tags (1)
waystones:items/bound_scrolls

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DDD",
    "GEG",
    "PPP"
  ],
  "ingredients": {
    "D": {
      "tag": "balm:purple_dyes"
    },
    "E": {
      "item": "minecraft:ender_pearl"
    },
    "G": {
      "tag": "balm:gold_nuggets"
    },
    "P": {
      "item": "minecraft:paper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}