Detector Rail
minecraft:detector_rail

Detector Rail

Minecraft · by Mojang Studios
block RailsRails

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Stone Pressure Plate, Iron Ingot, Iron Ingot, Redstone Dust and Iron Ingot, arranged in the pattern shown. Produces 6× Detector Rail.

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Stone Pressure Plate
Iron Ingot
Iron Ingot
Redstone Dust
Iron Ingot
Detector Rail Detector Rail ×6 guaranteed

Scrapbox using Scrap Box. Produces Detector Rail.

Scrapbox
Detector Rail Detector Rail guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft1–3100%
Detector Rail1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:detector_rail
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/rails
minecraft:items/rails

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X X",
    "X#X",
    "XRX"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stone_pressure_plate"
    },
    "R": {
      "item": "minecraft:redstone"
    },
    "X": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}