Phantasm Focus
16×16 · BAKED

item· Other

Phantasm Focus

Goety · by Polarice3
item Focuses

Phantasm Focus is an item from Goety, crafted from Phantom Membrane, Wind Core, Bone, and Rotten Flesh. Summons Phantom Servants.

Function

Summons Phantom Servants. Cast crouching will summon the caster's servants towards them.

Acquisition

Ritual using Phantom Membrane, Phantom Membrane and Ancient Anima. Produces Phantasm Focus.

Ritual conditional
Phantom Membrane Phantom MembranePhantom Membrane Phantom MembraneAncient Anima Ancient Anima·not yet documented
Phantasm Focus Phantasm Focus guaranteed
Developer reference
Registry name
goety:phantasm_focus
Namespace
goety
Mod ID
goety
Tags (1)
goety:items/focuses

Recipe JSON (2):

{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:phantom_membrane"
    },
    {
      "item": "goety:wind_core"
    },
    {
      "item": "minecraft:phantom_membrane"
    },
    {
      "tag": "forge:bones"
    },
    {
      "item": "minecraft:phantom_membrane"
    },
    {
      "tag": "forge:bones"
    },
    {
      "item": "minecraft:phantom_membrane"
    },
    {
      "item": "minecraft:rotten_flesh"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:phantom_membrane"
    },
    {
      "item": "minecraft:phantom_membrane"
    },
    {
      "item": "bosses_of_mass_destruction:ancient_anima"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "bosses_of_mass_destruction"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}