Constructor
refinedstorage:constructor

Constructor

Refined Storage · by Refined Mods
block Relocation Not Supported

Acquisition

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

Crafting
Quartz Enriched Iron
Construction Core
Quartz Enriched Iron
Redstone Dust
Cable
Redstone Dust
Quartz Enriched Iron
Improved Processor
Quartz Enriched Iron
Constructor Constructor guaranteed

Mining & drops

sourcecountchanceconditions
Constructor1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ECE",
    "RMR",
    "EIE"
  ],
  "ingredients": {
    "C": {
      "item": "refinedstorage:construction_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
}