Advanced Hopper Upgrade
sophisticatedstorage:advanced_hopper_upgrade

Advanced Hopper Upgrade

item

Function

Pulls items from block on top and/or pushes them to block below Faster and with input / output options

Acquisition

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:advanced_hopper_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (1):

{
  "recipe_type": "sophisticatedcore:upgrade_next_tier",
  "pattern": [
    " D ",
    "GHG",
    "ROR"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:gems/diamond"
    },
    "G": {
      "tag": "forge:ingots/gold"
    },
    "H": {
      "item": "sophisticatedstorage:hopper_upgrade"
    },
    "O": {
      "item": "minecraft:dropper"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:advanced_hopper_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}