Controller
refinedstorage:controller

Controller

Refined Storage · by Refined Mods
block ControllerController

Acquisition

Crafting using Quartz Enriched Iron, Advanced Processor, Quartz Enriched Iron, Any Silicon, Machine Casing, Any Silicon, Quartz Enriched Iron, Any Silicon and Quartz Enriched Iron, arranged in the pattern shown. Produces Controller.

Crafting
Controller Controller guaranteed

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

Crafting ⇆ any arrangement
Any Controller
Any Light Blue Dye
Controller Controller guaranteed

Mining & drops

sourcecountchanceconditions
Controller1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "EPE",
    "SMS",
    "ESE"
  ],
  "ingredients": {
    "E": {
      "item": "refinedstorage:quartz_enriched_iron"
    },
    "M": {
      "item": "refinedstorage:machine_casing"
    },
    "P": {
      "item": "refinedstorage:advanced_processor"
    },
    "S": {
      "tag": "forge:silicon"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "refinedstorage:controller"
    },
    {
      "tag": "forge:dyes/light_blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}