Crafting using Iron Ingot, Iron Ingot, Copper Ingot, Lever, Iron Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Industrial Gears.
item· Other
Industrial Gears
Immersive Aircraft · by Luke100000
Industrial Gears is a item from Immersive Aircraft, crafted from Iron Ingot, Copper Ingot, and Lever.
Acquisition
Used in
Related items
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
}
