Warp Scroll
waystones:warp_scroll

Warp Scroll

Waystones · by BlayTheNinth
item Warp Scrolls

Acquisition

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

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GDG",
    "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
}