Storage Input
sophisticatedstorage:storage_input

Storage Input

block Pickaxe Mineable

Acquisition

Crafting using Storage I/O, in any arrangement. Produces Storage Input.

Crafting ⇆ any arrangement conditional
Storage I/O
Storage Input Storage Input guaranteed

Crafting using Any Stone, Redstone Repeater, Any Stone, Any Planks, Unknown ingredient, Any Planks, Any Stone, Any Gold Ingot and Any Stone, arranged in the pattern shown. Produces Storage Input.

Crafting conditional
Storage Input Storage Input guaranteed

Mining & drops

sourcecountchanceconditions
Storage Input1–1100%Survives Explosion

Used in (1)

Crafting using Storage Input, in any arrangement. Produces Storage Output.

Crafting ⇆ any arrangement conditional
Storage Input
Storage Output Storage Output guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "sophisticatedstorage:storage_io"
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:storage_input"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SRS",
    "PBP",
    "SGS"
  ],
  "ingredients": {
    "B": {},
    "G": {
      "tag": "forge:ingots/gold"
    },
    "P": {
      "tag": "minecraft:planks"
    },
    "R": {
      "item": "minecraft:repeater"
    },
    "S": {
      "tag": "forge:stone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:storage_input"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}