Storage Link
sophisticatedstorage:storage_link

Storage Link

block Pickaxe Mineable

Acquisition

Crafting using Storage Controller and Any Ender Pearls, in any arrangement. Produces 3× Storage Link.

Crafting ⇆ any arrangement conditional
Storage Controller
Any Ender Pearls
Storage Link Storage Link ×3 guaranteed

Crafting using Any Ender Pearls, Any Planks, Redstone Repeater and Any Stone, arranged in the pattern shown. Produces Storage Link.

Crafting conditional
Storage Link Storage Link guaranteed

Mining & drops

sourcecountchanceconditions
Storage Link1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
sophisticatedstorage:storage_link
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "sophisticatedstorage:controller"
    },
    {
      "tag": "forge:ender_pearls"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:storage_link"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "EP",
    "RS"
  ],
  "ingredients": {
    "E": {
      "tag": "forge:ender_pearls"
    },
    "P": {
      "tag": "minecraft:planks"
    },
    "R": {
      "item": "minecraft:repeater"
    },
    "S": {
      "tag": "forge:stone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:storage_link"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}