enderio:soul_binder

Soul Binder

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

Acquisition

Crafting using Soularium Ingot, Empty Soul Vial, Soularium Ingot, Energized Bimetal Gear, Ensouled Chassis, Energized Bimetal Gear, Soularium Ingot, Z-Logic Controller and Soularium Ingot, arranged in the pattern shown. Produces Soul Binder.

Crafting
Soul Binder guaranteed

Mining & drops

sourcecountchanceconditions
Soul Binder1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:soul_binder
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": [
    "IVI",
    "GCG",
    "IZI"
  ],
  "ingredients": {
    "C": {
      "item": "enderio:ensouled_chassis"
    },
    "G": {
      "tag": "forge:gears/energized"
    },
    "I": {
      "tag": "forge:ingots/soularium"
    },
    "V": {
      "item": "enderio:empty_soul_vial"
    },
    "Z": {
      "item": "enderio:z_logic_controller"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}