External Storage
refinedstorage:external_storage

External Storage

Refined Storage · by Refined Mods
block Relocation Not Supported

Acquisition

Crafting using Construction Core, Quartz Enriched Iron, Destruction Core, Any Chests, Cable, Any Chests, Quartz Enriched Iron, Improved Processor and Quartz Enriched Iron, arranged in the pattern shown. Produces External Storage.

Crafting
Construction Core
Quartz Enriched Iron
Destruction Core
Any Chests
Cable
Any Chests
Quartz Enriched Iron
Improved Processor
Quartz Enriched Iron
External Storage External Storage guaranteed

Mining & drops

sourcecountchanceconditions
External Storage1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
refinedstorage:external_storage
Namespace
refinedstorage
Mod ID
refinedstorage
Tags (1)
forge:blocks/relocation_not_supported

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CED",
    "HMH",
    "EPE"
  ],
  "ingredients": {
    "C": {
      "item": "refinedstorage:construction_core"
    },
    "D": {
      "item": "refinedstorage:destruction_core"
    },
    "E": {
      "item": "refinedstorage:quartz_enriched_iron"
    },
    "H": {
      "tag": "forge:chests"
    },
    "M": {
      "item": "refinedstorage:cable"
    },
    "P": {
      "item": "refinedstorage:improved_processor"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}