Alternator
createaddition:alternator

Alternator

block Pickaxe Mineable

Acquisition

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
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
Any Iron Plate
Alternator Alternator guaranteed

Mining & drops

sourcecountchanceconditions
Alternator1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "create:mechanical_crafting",
  "pattern": [
    "  A  ",
    " ISI ",
    "ISRSI",
    " ICI "
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "C": {
      "item": "createaddition:capacitor"
    },
    "I": {
      "tag": "forge:plates/iron"
    },
    "R": {
      "tag": "forge:rods/iron"
    },
    "S": {
      "item": "createaddition:copper_spool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}