Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Stick, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces 16× Rail.
Rail
Minecraft · by Mojang Studios
Acquisition
Scrapbox using Scrap Box. Produces Rail.
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Rail | 1–1 | 100% | Survives Explosion |
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft | 1–3 | 100% | — |
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
}