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.

Train Observer
Create · by simibubi
Acquisition
Crafting using Train Casing and Any Wooden Pressure Plates, in any arrangement. Produces 2× Train Observer.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Train Observer | 1–1 | 100% | 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
}
