Destructor
refinedstorage:destructor

Destructor

Refined Storage · by Refined Mods
block Relocation Not Supported

Acquisition

Crafting using Quartz Enriched Iron, Destruction Core, Quartz Enriched Iron, Redstone Dust, Cable, Redstone Dust, Quartz Enriched Iron, Improved Processor and Quartz Enriched Iron, arranged in the pattern shown. Produces Destructor.

Crafting
Quartz Enriched Iron
Destruction Core
Quartz Enriched Iron
Redstone Dust
Cable
Redstone Dust
Quartz Enriched Iron
Improved Processor
Quartz Enriched Iron
Destructor Destructor guaranteed

Mining & drops

sourcecountchanceconditions
Destructor1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "EDE",
    "RMR",
    "EIE"
  ],
  "ingredients": {
    "D": {
      "item": "refinedstorage:destruction_core"
    },
    "E": {
      "item": "refinedstorage:quartz_enriched_iron"
    },
    "I": {
      "item": "refinedstorage:improved_processor"
    },
    "M": {
      "item": "refinedstorage:cable"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}