Disk Manipulator
refinedstorage:disk_manipulator

Disk Manipulator

Refined Storage · by Refined Mods
block Disk ManipulatorDisk Manipulator

Acquisition

Crafting using Quartz Enriched Iron, Storage Housing, Quartz Enriched Iron, Construction Core, Machine Casing, Destruction Core, Quartz Enriched Iron, Storage Housing and Quartz Enriched Iron, arranged in the pattern shown. Produces Disk Manipulator.

Crafting
Disk Manipulator Disk Manipulator guaranteed

Crafting using Any Disk Manipulator and Any Light Blue Dye, in any arrangement. Produces Disk Manipulator.

Crafting ⇆ any arrangement
Any Disk Manipulator
Any Light Blue Dye
Disk Manipulator Disk Manipulator guaranteed

Mining & drops

sourcecountchanceconditions
Disk Manipulator1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
refinedstorage:disk_manipulator
Namespace
refinedstorage
Mod ID
refinedstorage
Tags (2)
refinedstorage:blocks/disk_manipulator
refinedstorage:items/disk_manipulator

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ESE",
    "CMD",
    "ESE"
  ],
  "ingredients": {
    "C": {
      "item": "refinedstorage:construction_core"
    },
    "D": {
      "item": "refinedstorage:destruction_core"
    },
    "E": {
      "item": "refinedstorage:quartz_enriched_iron"
    },
    "M": {
      "item": "refinedstorage:machine_casing"
    },
    "S": {
      "item": "refinedstorage:storage_housing"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "refinedstorage:disk_manipulator"
    },
    {
      "tag": "forge:dyes/light_blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}