Crafting using Experience Rod, Soularium Ingot, Soularium Ingot, Ensouled Chassis and Soularium Ingot, arranged in the pattern shown. Produces XP Obelisk.
XP Obelisk
Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| XP Obelisk | 1–1 | 100% | — |
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
}
