Mechanical Roller
create:mechanical_roller

Mechanical Roller

Create · by simibubi
block Contraption ControlledAxe MineablePickaxe Mineable

Acquisition

Crafting using Electron Tube, Andesite Casing and Crushing Wheel, arranged in the pattern shown. Produces Mechanical Roller.

Crafting
Mechanical Roller Mechanical Roller guaranteed

Mining & drops

sourcecountchanceconditions
Mechanical Roller1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:mechanical_roller
Namespace
create
Mod ID
create
Tags (3)
create:items/contraption_controlled
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "C",
    "I"
  ],
  "ingredients": {
    "A": {
      "item": "create:electron_tube"
    },
    "C": {
      "item": "create:andesite_casing"
    },
    "I": {
      "item": "create:crushing_wheel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}