Crafting using Zinc Sheet, Any Copper Plate and Redstone Torch, arranged in the pattern shown. Produces Capacitor.
Capacitor
Acquisition
Crafting using Any Copper Plate, Zinc Sheet and Redstone Torch, arranged in the pattern shown. Produces Capacitor.
Used in (5)
Crafting using Copper Rod, Capacitor, Brass Casing, Capacitor and Gold Wire, arranged in the pattern shown. Produces Accumulator.
Mechanical Crafting using Andesite Alloy, Any Iron Plate, Copper Spool, Any Iron Plate, Any Iron Plate, Copper Spool, Any Iron Rod, Copper Spool, Any Iron Plate, Any Iron Plate, Capacitor and Any Iron Plate, arranged in the pattern shown. Produces Alternator.
Mechanical Crafting using Copper Spool, Copper Spool, Copper Spool, Andesite Alloy, Capacitor, Brass Casing, Capacitor, Brass Sheet, Electron Tube and Brass Sheet, arranged in the pattern shown. Produces Tesla Coil.
Mechanical Crafting using Andesite Alloy, Brass Sheet, Copper Spool, Brass Sheet, Brass Sheet, Copper Spool, Any Iron Rod, Copper Spool, Brass Sheet, Brass Sheet, Capacitor and Brass Sheet, arranged in the pattern shown. Produces Electric Motor.
Crafting using Copper Rod, Capacitor, Brass Casing, Capacitor and Any Electrum Wire, arranged in the pattern shown. Produces Accumulator.
Developer reference
- Registry name
createaddition:capacitor- Namespace
createaddition- Mod ID
createaddition
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"Z",
"C",
"T"
],
"ingredients": {
"C": {
"tag": "forge:plates/copper"
},
"T": {
"item": "minecraft:redstone_torch"
},
"Z": {
"tag": "forge:plates/zinc"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"C",
"Z",
"T"
],
"ingredients": {
"C": {
"tag": "forge:plates/copper"
},
"T": {
"item": "minecraft:redstone_torch"
},
"Z": {
"tag": "forge:plates/zinc"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
