Monorail Train Track
16×16 · BAKED

block· Machines & Other Blocks

Monorail Train Track

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

Monorail Train Track is a block from Create: Steam 'n' Rails, crafted from Incomplete Monorail Track, Metal Bracket, and Any Iron Plates Plate.

Acquisition

Sequenced Assembly: Start with Incomplete Monorail Track, carried through each pass. process 1× through: Deploying with Metal Bracket; then Deploying with Any Iron Plates Plate; then Pressing. Most likely produces Monorail Train Track, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Deploying + Metal Bracket
  2. Deploying + Any Iron Plates Plate
  3. Pressing
Monorail Train Track Monorail Train Track ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Monorail Train Track1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
railways:track_monorail
Namespace
railways
Mod ID
railways
Tags (5)
c:blocks/relocation_not_supported
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": "create:metal_girder"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_monorail",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_monorail"
          },
          {
            "item": "create:metal_bracket"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_monorail",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_monorail"
          },
          {
            "tag": "railways:internal/plates/iron_plates"
          }
        ]
      },
      {
        "type": "create:pressing",
        "results": [
          {
            "item": "railways:track_incomplete_monorail",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_monorail"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}