Activator Rail
minecraft:activator_rail

Activator Rail

Minecraft · by Mojang Studios
block RailsRails

Acquisition

Scrapbox using Scrap Box. Produces Activator Rail.

Scrapbox
Activator Rail Activator Rail guaranteed

Crafting using Iron Ingot, Stick, Iron Ingot, Iron Ingot, Redstone Torch, Iron Ingot, Iron Ingot, Stick and Iron Ingot, arranged in the pattern shown. Produces 6× Activator Rail.

Crafting
Iron Ingot
Stick
Iron Ingot
Iron Ingot
Redstone Torch
Iron Ingot
Iron Ingot
Stick
Iron Ingot
Activator Rail Activator Rail ×6 guaranteed

Mining & drops

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

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XSX",
    "X#X",
    "XSX"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:redstone_torch"
    },
    "S": {
      "item": "minecraft:stick"
    },
    "X": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}