Detector
refinedstorage:detector

Detector

Refined Storage · by Refined Mods
block DetectorDetector

Acquisition

Crafting using Quartz Enriched Iron, Redstone Torch, Quartz Enriched Iron, Redstone Comparator, Machine Casing, Redstone Comparator, Quartz Enriched Iron, Improved Processor and Quartz Enriched Iron, arranged in the pattern shown. Produces Detector.

Crafting
Detector Detector guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Detector1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ERE",
    "CMC",
    "EPE"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:comparator"
    },
    "E": {
      "item": "refinedstorage:quartz_enriched_iron"
    },
    "M": {
      "item": "refinedstorage:machine_casing"
    },
    "P": {
      "item": "refinedstorage:improved_processor"
    },
    "R": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "refinedstorage:detector"
    },
    {
      "tag": "forge:dyes/light_blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}