Powered Rail
minecraft:powered_rail

Powered Rail

Minecraft · by Mojang Studios
block RailsRails

Acquisition

Scrapbox using Scrap Box. Produces Powered Rail.

Scrapbox
Powered Rail Powered Rail guaranteed

Crafting using Gold Ingot, Gold Ingot, Gold Ingot, Stick, Gold Ingot, Gold Ingot, Redstone Dust and Gold Ingot, arranged in the pattern shown. Produces 6× Powered Rail.

Crafting
Gold Ingot
Gold Ingot
Gold Ingot
Stick
Gold Ingot
Gold Ingot
Redstone Dust
Gold Ingot
Powered Rail Powered Rail ×6 guaranteed

Mining & drops

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

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:powered_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": [
    "X X",
    "X#X",
    "XRX"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "R": {
      "item": "minecraft:redstone"
    },
    "X": {
      "item": "minecraft:gold_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}