Crafting using Plate Basic, Motor, Plate Basic, Any Redstone Dust, Chassis, Any Redstone Dust, Plate Basic, Motor and Plate Basic, arranged in the pattern shown. Produces Isotope Separator.
Isotope Separator
Nuclearcraft Neoteric · by igentuman
Isotope Separator is a block from Nuclearcraft Neoteric, crafted from Plate Basic, Motor, Any Redstone Dust, and Chassis.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Isotope Separator | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
nuclearcraft:isotope_separator- 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": [
"PMP",
"RCR",
"PMP"
],
"ingredients": {
"C": {
"item": "nuclearcraft:chassis"
},
"M": {
"item": "nuclearcraft:motor"
},
"P": {
"item": "nuclearcraft:plate_basic"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": "nuclearcraft_machines",
"experience": null,
"cooking_time": null
}