Narrow Blackwood Train Track

block· Machines & Other Blocks

Narrow Blackwood Train Track

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

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

Acquisition

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

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Cutting
  2. Deploying
  3. Pressing
Narrow Blackwood Train Track Narrow Blackwood Train Track guaranteed

Mining & drops

sourcecountchanceconditions
Narrow Blackwood Train Track1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
railways:track_tfc_blackwood_narrow
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": "tfc:wood/planks/blackwood_slab"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:cutting",
        "results": [
          {
            "item": "railways:track_incomplete_tfc_blackwood_narrow",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_tfc_blackwood_narrow"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:track_incomplete_tfc_blackwood_narrow",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_tfc_blackwood_narrow"
          },
          {
            "anyOf": [
              {
                "tag": "forge:rods/wrought_iron"
              },
              {
                "tag": "forge:rods/zinc"
              }
            ]
          }
        ]
      },
      {
        "type": "create:pressing",
        "results": [
          {
            "item": "railways:track_incomplete_tfc_blackwood_narrow",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:track_incomplete_tfc_blackwood_narrow"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}