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.
Alternator
Create Crafts & Additions · by MRH0
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Alternator | 1–1 | 100% | 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
}