Damage Module
draconicevolution:item_draconium_damage

Damage Module

Draconic Evolution · by brandon3055
item Modules

Acquisition

Crafting using Any Iron Ingot, Potion, Any Gold Ingot, Any Glowstone Dust, Module Core, Any Glowstone Dust, Any Gold Ingot, Potion and Any Iron Ingot, arranged in the pattern shown. Produces Damage Module.

Crafting
Any Iron Ingot
Potion
Any Gold Ingot
Any Glowstone Dust
Module Core
Any Glowstone Dust
Any Gold Ingot
Potion
Any Iron Ingot
Damage Module Damage Module guaranteed

Used in (1)

Crafting using Draconium Ingot, Potion, Draconium Ingot, Damage Module, Draconium Core, Damage Module, Draconium Ingot, Potion and Draconium Ingot, arranged in the pattern shown. Produces Wyvern Damage Module.

Crafting
Draconium Ingot
Potion
Draconium Ingot
Damage Module
Draconium Core
Damage Module
Draconium Ingot
Potion
Draconium Ingot
Wyvern Damage Module Wyvern Damage Module guaranteed
Developer reference
Registry name
draconicevolution:item_draconium_damage
Namespace
draconicevolution
Mod ID
draconicevolution
Tags (1)
draconicevolution:items/modules

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IPG",
    "ABA",
    "GPI"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:dusts/glowstone"
    },
    "B": {
      "item": "draconicevolution:module_core"
    },
    "G": {
      "tag": "forge:ingots/gold"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "P": {
      "item": "minecraft:potion"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}