block· Machines & Other Blocks

Train Coupler

Create: Steam 'n' Rails · by The Railways Team
block Pickaxe Mineable

Train Coupler is a block from Create: Steam 'n' Rails, crafted from Any Iron Plates Plate, Redstone Dust, and Train Casing.

Acquisition

Crafting using Any Iron Plates Plate, Redstone Dust and Train Casing, arranged in the pattern shown. Produces Train Coupler.

Crafting
Train Coupler guaranteed

Mining & drops

sourcecountchanceconditions
Train Coupler1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
railways:track_coupler
Namespace
railways
Mod ID
railways
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "=",
    "#",
    "T"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:redstone"
    },
    "=": {
      "tag": "railways:internal/plates/iron_plates"
    },
    "T": {
      "item": "create:railway_casing"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}