Vertical Gearbox
create:vertical_gearbox

Vertical Gearbox

Create · by simibubi
item

Acquisition

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

Crafting
Vertical Gearbox Vertical Gearbox guaranteed

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

Crafting ⇆ any arrangement
Gearbox
Vertical Gearbox Vertical Gearbox guaranteed

Used in (1)

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

Crafting ⇆ any arrangement
Vertical Gearbox
Gearbox Gearbox guaranteed
Developer reference
Registry name
create:vertical_gearbox
Namespace
create
Mod ID
create

Recipe JSON (2):

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