Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Treated Stick, Any Gold Ingot, Any Gold Ingot, Electron Tube and Any Gold Ingot, arranged in the pattern shown. Produces 6× Controller Rail.
Controller Rail
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Controller Rail | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:controller_rail- Namespace
create- Mod ID
create- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/rails
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"A A",
"ASA",
"AEA"
],
"ingredients": {
"A": {
"tag": "forge:ingots/gold"
},
"E": {
"item": "create:electron_tube"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}