Jungle Train Track
16×16 · BAKED

block· Machines & Other Blocks

Jungle Train Track

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

Jungle Train Track is a block from Create: Steam 'n' Rails, crafted from Incomplete Jungle Track.

Acquisition

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

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Deploying
  2. Deploying
  3. Pressing
Jungle Train Track Jungle Train Track guaranteed

Mining & drops

sourcecountchanceconditions
Jungle Train Track1–1100%Survives Explosion

Used in

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

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

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

Block drops

Drops itself when broken.

Developer reference
Registry name
railways:track_jungle
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:jungle_slab"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_jungle",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_jungle"
          },
          {
            "anyOf": [
              {
                "tag": "railways:internal/nuggets/iron_nuggets"
              },
              {
                "tag": "railways:internal/nuggets/zinc_nuggets"
              }
            ]
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_jungle",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_jungle"
          },
          {
            "anyOf": [
              {
                "tag": "railways:internal/nuggets/iron_nuggets"
              },
              {
                "tag": "railways:internal/nuggets/zinc_nuggets"
              }
            ]
          }
        ]
      },
      {
        "type": "create:pressing",
        "results": [
          {
            "item": "railways:track_incomplete_jungle",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_jungle"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}