Gearbox
create:gearbox

Gearbox

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Vertical Gearbox, in any arrangement. Produces Gearbox.

Crafting ⇆ any arrangement
Vertical Gearbox
Gearbox Gearbox guaranteed

Crafting using Cogwheel, Cogwheel, Andesite Casing, Cogwheel and Cogwheel, arranged in the pattern shown. Produces Gearbox.

Crafting
Gearbox Gearbox guaranteed

Mining & drops

sourcecountchanceconditions
Gearbox1–1100%Survives Explosion

Used in (1)

Crafting using Gearbox, in any arrangement. Produces Vertical Gearbox.

Crafting ⇆ any arrangement
Gearbox
Vertical Gearbox Vertical Gearbox guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:gearbox
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "create:vertical_gearbox"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " C ",
    "CBC",
    " C "
  ],
  "ingredients": {
    "B": {
      "item": "create:andesite_casing"
    },
    "C": {
      "item": "create:cogwheel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}