Jump Module
draconicevolution:item_draconium_jump

Jump 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 Jump Module.

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

Used in (1)

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

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

Recipe JSON (1):

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