block· Machines & Other Blocks

Cyan on White Hazard Stripes

Dye Color:
Create: Steam 'n' Rails · by The Railways Team
block Wrench PickupPickaxe MineableLocometalHazard Stripes Diagonal White Dye GroupHazard Stripes White CyanHazard Stripes Diagonal White Dye Group

Cyan on White Hazard Stripes is a block from Create: Steam 'n' Rails, crafted from White Slashed Locometal and Cyan Slashed Locometal.

Acquisition

Crafting using White Slashed Locometal, Cyan Slashed Locometal, Cyan Slashed Locometal and White Slashed Locometal, arranged in the pattern shown. Produces 4× Cyan on White Hazard Stripes.

Crafting
Cyan on White Hazard Stripes ×4 guaranteed

Crafting using Cyan Slashed Locometal, White Slashed Locometal, White Slashed Locometal and Cyan Slashed Locometal, arranged in the pattern shown. Produces 4× Cyan on White Hazard Stripes.

Crafting
Cyan on White Hazard Stripes ×4 guaranteed

Mixing using Vermilion on White Hazard Stripes and Paint. Produces Cyan on White Hazard Stripes.

Mixing
Cyan on White Hazard Stripes guaranteed

Mining & drops

sourcecountdrop rateconditions
Cyan on White Hazard Stripes1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
railways:cyan_hazard_stripes_diagonal_on_white
Namespace
railways
Mod ID
railways
Tags (6)
create:blocks/wrench_pickup
minecraft:blocks/mineable/pickaxe
railways:blocks/locometal
railways:blocks/palettes/dye_groups/hazard_stripes_diagonal_white
railways:items/palettes/cycle_groups/cyan/hazard_stripes_white
railways:items/palettes/dye_groups/hazard_stripes_diagonal_white

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    ".#",
    "#."
  ],
  "ingredients": {
    "#": {
      "item": "railways:cyan_slashed_locometal"
    },
    ".": {
      "item": "railways:white_slashed_locometal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    ".#",
    "#."
  ],
  "ingredients": {
    "#": {
      "item": "railways:white_slashed_locometal"
    },
    ".": {
      "item": "railways:cyan_slashed_locometal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:mixing",
  "pattern": null,
  "ingredients": [
    {
      "tag": "railways:palettes/dye_groups/hazard_stripes_diagonal_white"
    },
    {
      "fluid": "railways:paint"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "railways:palettes/cycle_groups/cyan/hazard_stripes_white"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}