Crafting using Copper Rod, Capacitor, Brass Casing, Capacitor and Gold Wire, arranged in the pattern shown. Produces Accumulator.
Accumulator
Create Crafts & Additions · by MRH0
Acquisition
Crafting using Copper Rod, Capacitor, Brass Casing, Capacitor and Any Electrum Wire, arranged in the pattern shown. Produces Accumulator.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Accumulator | 1–1 | 100% | 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
}
