Crafting using Lever, Train Casing and Precision Mechanism, arranged in the pattern shown. Produces Train Controls.
Train Controls
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Train Controls | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:controls- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"C",
"I"
],
"ingredients": {
"B": {
"item": "minecraft:lever"
},
"C": {
"item": "create:railway_casing"
},
"I": {
"item": "create:precision_mechanism"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
