enderio:impulse_hopper

Impulse Hopper

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

Acquisition

Crafting using Copper Alloy Ingot, Hopper, Copper Alloy Ingot, Infinity Bimetal Gear, Void Chassis, Infinity Bimetal Gear, Copper Alloy Ingot, Redstone Alloy Ingot and Copper Alloy Ingot, arranged in the pattern shown. Produces Impulse Hopper.

Crafting
Impulse Hopper guaranteed

Mining & drops

sourcecountchanceconditions
Impulse Hopper1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:impulse_hopper
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": [
    "IHI",
    "GCG",
    "IRI"
  ],
  "ingredients": {
    "C": {
      "item": "enderio:void_chassis"
    },
    "G": {
      "tag": "forge:gears/iron"
    },
    "H": {
      "item": "minecraft:hopper"
    },
    "I": {
      "tag": "forge:ingots/copper_alloy"
    },
    "R": {
      "tag": "forge:ingots/redstone_alloy"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}