Terminus Scroll
16×16 · BAKED

item· Other

Terminus Scroll

Goety · by Polarice3
item Research Scrolls

Terminus Scroll is an item from Goety, crafted from Redstone Golem Skull, Paper, and Ectoplasm.

Acquisition

Ritual using Monstrous Horn, Paper and Ectoplasm. Produces Terminus Scroll.

Ritual conditional
Terminus Scroll Terminus Scroll guaranteed
Developer reference
Registry name
goety:terminus_scroll
Namespace
goety
Mod ID
goety
Tags (1)
goety:items/research_scrolls

Recipe JSON (2):

{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "goety:redstone_golem_skull"
    },
    {
      "item": "minecraft:paper"
    },
    {
      "item": "goety:ectoplasm"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "cataclysm:monstrous_horn"
    },
    {
      "item": "minecraft:paper"
    },
    {
      "item": "goety:ectoplasm"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "cataclysm"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}