Industrial Gears
16×16 · BAKED

item· Other

Industrial Gears

Immersive Aircraft · by Luke100000
item Upgrades

Industrial Gears is a item from Immersive Aircraft, crafted from Iron Ingot, Copper Ingot, and Lever.

Acquisition

Crafting using Iron Ingot, Iron Ingot, Copper Ingot, Lever, Iron Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Industrial Gears.

Crafting
Iron Ingot
Iron Ingot
Copper Ingot
Lever
Iron Ingot
Copper Ingot
Copper Ingot
Industrial Gears Industrial Gears guaranteed

Used in

Crafting using Dispenser, Industrial Gears and Copper Ingot, arranged in the pattern shown. Produces Rotary Cannon.

Crafting
Rotary Cannon Rotary Cannon guaranteed

Crafting using Sail, Hull, Sail, Engine, Cargo Airship, Engine, Hull, Industrial Gears and Hull, arranged in the pattern shown. Produces Warship.

Crafting
Sail
Hull
Sail
Engine
Cargo Airship
Engine
Hull
Industrial Gears
Hull
Warship Warship guaranteed
Developer reference
Registry name
immersive_aircraft:industrial_gears
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/upgrades

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " II",
    "CLI",
    "CC "
  ],
  "ingredients": {
    "C": {
      "anyOf": [
        {
          "item": "minecraft:copper_ingot"
        }
      ]
    },
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    },
    "L": {
      "anyOf": [
        {
          "item": "minecraft:lever"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}