Black Dragon Wings
16×16 · BAKED

item· Other

Black Dragon Wings

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

Black Dragon Wings is an item from Icarus, crafted from White Dragon Wings and Black Dye.

Acquisition

Crafting using White Dragon Wings and Black Dye, in any arrangement. Produces Black Dragon Wings.

Crafting ⇆ any arrangement
White Dragon Wings
Black Dye
Black Dragon Wings Black Dragon Wings guaranteed

Crafting using Honeycomb, Honeycomb, Honeycomb, Dragon's Breath, Elytra, Dragon's Breath, Dragon's Breath and Dragon's Breath, arranged in the pattern shown. Produces Black Dragon Wings.

Crafting
Honeycomb
Honeycomb
Honeycomb
Dragon's Breath
Elytra
Dragon's Breath
Dragon's Breath
Dragon's Breath
Black Dragon Wings Black Dragon Wings guaranteed
Developer reference
Registry name
icarus:black_dragon_wings
Namespace
icarus
Mod ID
icarus
Tags (1)
icarus:items/dragon_wings

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "icarus:dragon_wings"
    },
    {
      "tag": "c:dyes/black"
    }
  ],
  "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:dragon_breath"
    },
    "W": {
      "item": "minecraft:honeycomb"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}