Crafting using Plate Basic, Hard Carbon Ingot, Plate Basic, Actuator, Chassis, Actuator, Plate Basic, Motor and Plate Basic, arranged in the pattern shown. Produces Assembler.
Assembler
Nuclearcraft Neoteric · by igentuman
Assembler is a block from Nuclearcraft Neoteric, crafted from Plate Basic, Hard Carbon Ingot, Actuator, Chassis, and Motor.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Assembler | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
nuclearcraft:assembler- 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": [
"PHP",
"ACA",
"PMP"
],
"ingredients": {
"A": {
"item": "nuclearcraft:actuator"
},
"C": {
"item": "nuclearcraft:chassis"
},
"H": {
"tag": "forge:ingots/hard_carbon"
},
"M": {
"item": "nuclearcraft:motor"
},
"P": {
"item": "nuclearcraft:plate_basic"
}
},
"conditions": [],
"sequence": null,
"group_name": "nuclearcraft_machines",
"experience": null,
"cooking_time": null
}