Pump Upgrade
sophisticatedbackpacks:pump_upgrade

Pump Upgrade

item

Function

Pumps fluids between Tank upgrade and adjacent blocks

Acquisition

Upgrade Next Tier using Any Glass, Bucket, Any Glass, Piston, Upgrade Base, Sticky Piston, Any Glass, Bucket and Any Glass, arranged in the pattern shown. Produces Pump Upgrade.

Upgrade Next Tier conditional
Pump Upgrade Pump Upgrade guaranteed

Used in (1)

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

Upgrade Next Tier conditional
Advanced Pump Upgrade Advanced Pump Upgrade guaranteed
Developer reference
Registry name
sophisticatedbackpacks:pump_upgrade
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (1):

{
  "recipe_type": "sophisticatedcore:upgrade_next_tier",
  "pattern": [
    "GUG",
    "PBS",
    "GUG"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedbackpacks:upgrade_base"
    },
    "G": {
      "tag": "forge:glass"
    },
    "P": {
      "item": "minecraft:piston"
    },
    "S": {
      "item": "minecraft:sticky_piston"
    },
    "U": {
      "item": "minecraft:bucket"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:pump_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}