Astrape
cataclysm:astrape

Astrape

cataclysm · by L_Ender
item Explosion Immune Item

Function

Right click to shoot a Lightning Spear

Acquisition

Crafting using Essence of the Storm, Lacrima, Lacrima, Essence of the Storm and Lacrima, arranged in the pattern shown. Produces Astrape.

Crafting
Essence of the Storm
Lacrima
Lacrima
Essence of the Storm
Lacrima
Astrape Astrape guaranteed
Developer reference
Registry name
cataclysm:astrape
Namespace
cataclysm
Mod ID
cataclysm
Tags (1)
cataclysm:items/explosion_immune_item

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " X#",
    " #X",
    "#  "
  ],
  "ingredients": {
    "#": {
      "item": "cataclysm:lacrima"
    },
    "X": {
      "item": "cataclysm:essence_of_the_storm"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}