Controller Rail
create:controller_rail

Controller Rail

Create · by simibubi
block Pickaxe MineableRails

Acquisition

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.

Crafting
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Treated Stick
Any Gold Ingot
Any Gold Ingot
Electron Tube
Any Gold Ingot
Controller Rail Controller Rail ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Controller Rail1–1100%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
}