Yellow Light Wings
16×16 · BAKED

item· Other

Yellow Light Wings

Dye Color:
Icarus · by Cammie, Up
item Light Wings

Yellow Light Wings is an item from Icarus, crafted from White Light Wings and Yellow Dye.

Acquisition

Crafting using White Light Wings and Yellow Dye, in any arrangement. Produces Yellow Light Wings.

Crafting ⇆ any arrangement
White Light Wings
Yellow Dye
Yellow Light Wings Yellow Light Wings guaranteed

Crafting using Honeycomb, Honeycomb, Honeycomb, Glowstone Dust, Elytra, Glowstone Dust, Glowstone Dust and Glowstone Dust, arranged in the pattern shown. Produces Yellow Light Wings.

Crafting
Honeycomb
Honeycomb
Honeycomb
Glowstone Dust
Elytra
Glowstone Dust
Glowstone Dust
Glowstone Dust
Yellow Light Wings Yellow Light Wings guaranteed
Developer reference
Registry name
icarus:yellow_light_wings
Namespace
icarus
Mod ID
icarus
Tags (1)
icarus:items/light_wings

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "icarus:light_wings"
    },
    {
      "tag": "c:dyes/yellow"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "WWW",
    "FEF",
    "F F"
  ],
  "ingredients": {
    "E": {
      "item": "minecraft:elytra"
    },
    "F": {
      "item": "minecraft:glowstone_dust"
    },
    "W": {
      "item": "minecraft:honeycomb"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}