Powered Spawner
enderio:powered_spawner

Powered Spawner

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

Acquisition

Shaped Entity Storage using Soularium Ingot, Broken Spawner, Soularium Ingot, Soularium Ingot, Ensouled Chassis, Soularium Ingot, Vibrant Crystal, Z-Logic Controller and Vibrant Crystal, arranged in the pattern shown. Produces Powered Spawner.

Shaped Entity Storage
Powered Spawner Powered Spawner guaranteed

Mining & drops

sourcecountchanceconditions
Powered Spawner1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "enderio:shaped_entity_storage",
  "pattern": [
    "IBI",
    "ICI",
    "VZV"
  ],
  "ingredients": {
    "B": {
      "item": "enderio:broken_spawner"
    },
    "C": {
      "item": "enderio:ensouled_chassis"
    },
    "I": {
      "tag": "forge:ingots/soularium"
    },
    "V": {
      "tag": "forge:gems/vibrant_crystal"
    },
    "Z": {
      "item": "enderio:z_logic_controller"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}