Crafting using Iron Ingot, Iron Ingot, Coal, Coal, Iron Ingot, Coal and Coal, arranged in the pattern shown. Produces Improved Landing Gear.
item· Other
Improved Landing Gear
Immersive Aircraft · by Luke100000
Improved Landing Gear is a item from Immersive Aircraft, crafted from Iron Ingot and Coal.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:improved_landing_gear- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/upgrades
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" II",
"CCI",
"CC "
],
"ingredients": {
"C": {
"anyOf": [
{
"item": "minecraft:coal"
}
]
},
"I": {
"anyOf": [
{
"item": "minecraft:iron_ingot"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}