Generator
draconicevolution:generator

Generator

Draconic Evolution · by brandon3055
block Pickaxe Mineable

Acquisition

Crafting using Any Nether Brick Ingot, Any Iron Ingot, Any Nether Brick Ingot, Any Iron Ingot, Furnace, Any Iron Ingot, Any Nether Brick Ingot, Draconium Core and Any Nether Brick Ingot, arranged in the pattern shown. Produces Generator.

Crafting
Generator Generator guaranteed

Mining & drops

sourcecountchanceconditions
Generator1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
draconicevolution:generator
Namespace
draconicevolution
Mod ID
draconicevolution
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ABA",
    "BCB",
    "ADA"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:ingots/nether_brick"
    },
    "B": {
      "tag": "forge:ingots/iron"
    },
    "C": {
      "item": "minecraft:furnace"
    },
    "D": {
      "item": "draconicevolution:draconium_core"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}