Accumulator
createaddition:modular_accumulator

Accumulator

block Pickaxe Mineable

Acquisition

Crafting using Copper Rod, Capacitor, Brass Casing, Capacitor and Gold Wire, arranged in the pattern shown. Produces Accumulator.

Crafting
Accumulator Accumulator guaranteed

Crafting using Copper Rod, Capacitor, Brass Casing, Capacitor and Any Electrum Wire, arranged in the pattern shown. Produces Accumulator.

Crafting
Accumulator Accumulator guaranteed

Mining & drops

sourcecountchanceconditions
Accumulator1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " R ",
    "CBC",
    " W "
  ],
  "ingredients": {
    "B": {
      "item": "create:brass_casing"
    },
    "C": {
      "item": "createaddition:capacitor"
    },
    "R": {
      "tag": "forge:rods/copper"
    },
    "W": {
      "tag": "forge:wires/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " R ",
    "CBC",
    " W "
  ],
  "ingredients": {
    "B": {
      "item": "create:brass_casing"
    },
    "C": {
      "item": "createaddition:capacitor"
    },
    "R": {
      "tag": "forge:rods/copper"
    },
    "W": {
      "tag": "forge:wires/electrum"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}