Crafting using Copper Ingot, Copper Ingot, Propeller, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Enhanced Propeller.
item· Other
Enhanced Propeller
Immersive Aircraft · by Luke100000
Enhanced Propeller is a item from Immersive Aircraft, crafted from Copper Ingot and Propeller.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:enhanced_propeller- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/upgrades
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CC ",
" P ",
" CC"
],
"ingredients": {
"C": {
"anyOf": [
{
"item": "minecraft:copper_ingot"
}
]
},
"P": {
"anyOf": [
{
"item": "immersive_aircraft:propeller"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}