Wide Timewood Train Track

block· Machines & Other Blocks

Wide Timewood Train Track

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

Wide Timewood Train Track is a block from Create: Steam 'n' Rails, crafted from Incomplete Wide Timewood Track and Time Slab.

Acquisition

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

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

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

Mining & drops

sourcecountchanceconditions
Wide Timewood Train Track1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "railways:track_twilightforest_timewood"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:cutting",
        "results": [
          {
            "item": "railways:track_incomplete_twilightforest_timewood_wide",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_twilightforest_timewood_wide"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_twilightforest_timewood_wide",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_twilightforest_timewood_wide"
          },
          {
            "item": "twilightforest:time_slab"
          }
        ]
      },
      {
        "type": "create:pressing",
        "results": [
          {
            "item": "railways:track_incomplete_twilightforest_timewood_wide",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_twilightforest_timewood_wide"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}