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.
Disk Manipulator
Refined Storage · by Refined Mods
Acquisition
Crafting using Any Disk Manipulator and Any Light Blue Dye, in any arrangement. Produces Disk Manipulator.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Disk Manipulator | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}
