Warped Train Track
16×16 · BAKED

block· Machines & Other Blocks

Warped Train Track

Create: Steam 'n' Rails · by The Railways Team
block Relocation Not SupportedGirdable TracksTracksTracksRelocation Not SupportedPickaxe Mineable

Warped Train Track is a block from Create: Steam 'n' Rails, crafted from Incomplete Warped Track and Gold Nugget.

Acquisition

Sequenced Assembly: Start with Incomplete Warped Track, carried through each pass. process 1× through: Deploying with Gold Nugget; then Deploying with Gold Nugget; then Pressing. Most likely produces Warped Train Track, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Deploying + Gold Nugget
  2. Deploying + Gold Nugget
  3. Pressing
Warped Train Track Warped Train Track guaranteed

Mining & drops

sourcecountchanceconditions
Warped Train Track1–1100%Survives Explosion

Used in

Sequenced Assembly: Start with Incomplete Wide Warped Track, carried through each pass. process 1× through: Cutting; then Deploying with Warped Slab; then Pressing. Most likely produces Wide Warped Train Track, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Cutting
  2. Deploying + Warped Slab
  3. Pressing
Wide Warped Train Track Wide Warped Train Track guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
railways:track_warped
Namespace
railways
Mod ID
railways
Tags (6)
c:blocks/relocation_not_supported
create:blocks/girdable_tracks
create:blocks/tracks
create:items/tracks
forge:blocks/relocation_not_supported
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:warped_slab"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_warped",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_warped"
          },
          {
            "item": "minecraft:gold_nugget"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_warped",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_warped"
          },
          {
            "item": "minecraft:gold_nugget"
          }
        ]
      },
      {
        "type": "create:pressing",
        "results": [
          {
            "item": "railways:track_incomplete_warped",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_warped"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}