White Mechanical Feathered Wings
16×16 · BAKED

item· Other

White Mechanical Feathered Wings

Dye Color:
Icarus · by Cammie, Up
item Mechanical Feathered Wings

White Mechanical Feathered Wings is an item from Icarus, crafted from Gray Mechanical Feathered Wings and White Dye.

Acquisition

Crafting using Gray Mechanical Feathered Wings and White Dye, in any arrangement. Produces White Mechanical Feathered Wings.

Crafting ⇆ any arrangement
Gray Mechanical Feathered Wings
White Dye
White Mechanical Feathered Wings White Mechanical Feathered Wings guaranteed

Crafting using Honeycomb, Honeycomb, Honeycomb, Iron Ingot, Elytra, Iron Ingot, Any Feathers and Any Feathers, arranged in the pattern shown. Produces White Mechanical Feathered Wings.

Crafting
Honeycomb
Honeycomb
Honeycomb
Iron Ingot
Elytra
Iron Ingot
Any Feathers
Any Feathers
White Mechanical Feathered Wings White Mechanical Feathered Wings guaranteed
Developer reference
Registry name
icarus:white_mechanical_feathered_wings
Namespace
icarus
Mod ID
icarus
Tags (1)
icarus:items/mechanical_feathered_wings

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "icarus:mechanical_feathered_wings"
    },
    {
      "tag": "c:dyes/white"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "WWW",
    "IEI",
    "F F"
  ],
  "ingredients": {
    "E": {
      "item": "minecraft:elytra"
    },
    "F": {
      "tag": "icarus:feathers"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    },
    "W": {
      "item": "minecraft:honeycomb"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}