Crafting using Any Stone, Any Planks, Any Stone, Redstone Repeater, Unknown ingredient, Any Gold Ingot, Any Stone, Any Planks and Any Stone, arranged in the pattern shown. Produces Storage I/O.
Storage I/O
Acquisition
Crafting using Storage Output, in any arrangement. Produces Storage I/O.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Storage I/O | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Storage I/O, in any arrangement. Produces Storage Input.
Block drops
Drops itself when broken.
Developer reference
- Registry name
sophisticatedstorage:storage_io- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SPS",
"RBG",
"SPS"
],
"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_io"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "sophisticatedstorage:storage_output"
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:storage_io"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

