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.
Detector Rail
Minecraft · by Mojang Studios
Acquisition
Scrapbox using Scrap Box. Produces Detector Rail.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft | 1–3 | 100% | — |
| Detector Rail | 1–1 | 100% | 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
}