Enhanced Propeller
16×16 · BAKED

item· Other

Enhanced Propeller

Immersive Aircraft · by Luke100000
item Upgrades

Enhanced Propeller is a item from Immersive Aircraft, crafted from Copper Ingot and Propeller.

Acquisition

Crafting using Copper Ingot, Copper Ingot, Propeller, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Enhanced Propeller.

Crafting
Copper Ingot
Copper Ingot
Propeller
Copper Ingot
Copper Ingot
Enhanced Propeller Enhanced Propeller guaranteed
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
}