Hopper Upgrade
sophisticatedstorage:hopper_upgrade

Hopper Upgrade

item

Function

Pulls items from block on top and/or pushes them to block below

Acquisition

Crafting using Hopper, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Hopper Upgrade.

Crafting conditional
Hopper
Any Iron Ingot
Upgrade Base
Any Iron Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Hopper Upgrade Hopper Upgrade guaranteed

Used in (1)

Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Hopper Upgrade, Any Gold Ingot, Any Redstone Dust, Dropper and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Hopper Upgrade.

Upgrade Next Tier conditional
Advanced Hopper Upgrade Advanced Hopper Upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:hopper_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " H ",
    "IBI",
    "RRR"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedstorage:upgrade_base"
    },
    "H": {
      "item": "minecraft:hopper"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:hopper_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}