Crafting using Plate Advanced, Graphite Ingot, Plate Advanced, Coil Copper, Chassis, Coil Copper, Plate Advanced, Motor and Plate Advanced, arranged in the pattern shown. Produces Electrolyzer.
Electrolyzer
Nuclearcraft Neoteric · by igentuman
Electrolyzer is a block from Nuclearcraft Neoteric, crafted from Plate Advanced, Graphite Ingot, Coil Copper, Chassis, and Motor.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Electrolyzer | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
nuclearcraft:electrolyzer- Namespace
nuclearcraft- Mod ID
nuclearcraft- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PGP",
"SCS",
"PMP"
],
"ingredients": {
"C": {
"item": "nuclearcraft:chassis"
},
"G": {
"tag": "forge:ingots/graphite"
},
"M": {
"item": "nuclearcraft:motor"
},
"P": {
"item": "nuclearcraft:plate_advanced"
},
"S": {
"item": "nuclearcraft:coil_copper"
}
},
"conditions": [],
"sequence": null,
"group_name": "nuclearcraft_machines",
"experience": null,
"cooking_time": null
}