Compression Upgrade
sophisticatedstorage:compression_upgrade

Compression Upgrade

item

Function

Automatically compresses/decompresses items

Acquisition

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

Crafting conditional
Compression Upgrade Compression Upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:compression_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "PBP",
    "RIR"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedstorage:upgrade_base"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "P": {
      "item": "minecraft:piston"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:compression_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}