Yellow Conductor's Cap
16×16 · BAKED

item· Other

Yellow Conductor's Cap

Dye Color:
Create: Steam 'n' Rails · by The Railways Team
item Conductor Caps

Yellow Conductor's Cap is a item from Create: Steam 'n' Rails, crafted from Orange Conductor's Cap and Any Yellow Dyes Dye.

Acquisition

Crafting using Orange Conductor's Cap and Any Yellow Dyes Dye, in any arrangement. Produces Yellow Conductor's Cap.

Crafting ⇆ any arrangement
Orange Conductor's Cap
Any Yellow Dyes Dye
Yellow Conductor's Cap Yellow Conductor's Cap guaranteed

Sequenced Assembly: Start with Incomplete Yellow Conductor's Cap, carried through each pass. process 1× through: Cutting; then Deploying with Precision Mechanism; then Deploying with Any String Internal. Most likely produces Yellow Conductor's Cap, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Cutting
  2. Deploying + Precision Mechanism
  3. Deploying + Any String Internal
Yellow Conductor's Cap Yellow Conductor's Cap guaranteed
Developer reference
Registry name
railways:yellow_conductor_cap
Namespace
railways
Mod ID
railways
Tags (1)
railways:items/conductor_caps

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "railways:conductor_caps"
    },
    {
      "tag": "railways:internal/dyes/yellow_dyes"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:yellow_wool"
  },
  "conditions": [],
  "sequence": {
    "loops": 1,
    "sequence": [
      {
        "type": "create:cutting",
        "results": [
          {
            "item": "railways:yellow_incomplete_conductor_cap",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:yellow_incomplete_conductor_cap"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:yellow_incomplete_conductor_cap",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:yellow_incomplete_conductor_cap"
          },
          {
            "item": "create:precision_mechanism"
          }
        ]
      },
      {
        "type": "create:deploying",
        "results": [
          {
            "item": "railways:yellow_incomplete_conductor_cap",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "railways:yellow_incomplete_conductor_cap"
          },
          {
            "tag": "railways:internal/string"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}