XP Obelisk
enderio:xp_obelisk

XP Obelisk

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Experience Rod, Soularium Ingot, Soularium Ingot, Ensouled Chassis and Soularium Ingot, arranged in the pattern shown. Produces XP Obelisk.

Crafting
XP Obelisk XP Obelisk guaranteed

Mining & drops

sourcecountchanceconditions
XP Obelisk1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:xp_obelisk
Namespace
enderio
Mod ID
enderio
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " R ",
    " I ",
    "ICI"
  ],
  "ingredients": {
    "C": {
      "item": "enderio:ensouled_chassis"
    },
    "I": {
      "item": "enderio:soularium_ingot"
    },
    "R": {
      "item": "enderio:experience_rod"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}