enderio:wired_charger

Wired Charger

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Copper Alloy Ingot, Copper Alloy Ingot, Copper Alloy Ingot, Copper Alloy Ingot, Void Chassis, Copper Alloy Ingot, Copper Alloy Ingot, Copper Alloy Ingot and Copper Alloy Ingot, arranged in the pattern shown. Produces Wired Charger.

Crafting
Wired Charger guaranteed

Mining & drops

sourcecountchanceconditions
Wired Charger1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:wired_charger
Namespace
enderio
Mod ID
enderio
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "CVC",
    "CCC"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:ingots/copper_alloy"
    },
    "V": {
      "item": "enderio:void_chassis"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}