Rail
minecraft:rail

Rail

Minecraft · by Mojang Studios
block RailsRails

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Stick, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces 16× Rail.

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Stick
Iron Ingot
Iron Ingot
Iron Ingot
Rail Rail ×16 guaranteed

Scrapbox using Scrap Box. Produces Rail.

Scrapbox
Rail Rail guaranteed

Crafting using Osmium Ingot, Osmium Ingot, Osmium Ingot, Treated Stick, Osmium Ingot, Osmium Ingot and Osmium Ingot, arranged in the pattern shown. Produces 24× Rail.

Crafting
Osmium Ingot
Osmium Ingot
Osmium Ingot
Treated Stick
Osmium Ingot
Osmium Ingot
Osmium Ingot
Rail Rail ×24 guaranteed

Mining & drops

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

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X X",
    "X#X",
    "X X"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "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
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "O O",
    "O#O",
    "O O"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:rods/wooden"
    },
    "O": {
      "tag": "forge:ingots/osmium"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}