create:track_observer

Train Observer

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Train Casing and Any of Stone Pressure Plate / Polished Blackstone Pressure Plate / Heavy Weighted Pressure Plate / Light Weighted Pressure Plate, in any arrangement. Produces 2× Train Observer.

Crafting ⇆ any arrangement
Train Observer ×2 guaranteed

Crafting using Train Casing and Any Wooden Pressure Plates, in any arrangement. Produces 2× Train Observer.

Crafting ⇆ any arrangement
Train Observer ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Train Observer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:track_observer
Namespace
create
Mod ID
create
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:railway_casing"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:stone_pressure_plate"
        },
        {
          "item": "minecraft:polished_blackstone_pressure_plate"
        },
        {
          "item": "minecraft:heavy_weighted_pressure_plate"
        },
        {
          "item": "minecraft:light_weighted_pressure_plate"
        }
      ]
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "create:railway_casing"
    },
    {
      "tag": "minecraft:wooden_pressure_plates"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}