Crafting using Chassis, Centrifuge, Chassis, Servo, Chemical Reactor, Servo, Chassis, Pump and Chassis, arranged in the pattern shown. Produces Leacher.
Leacher
Nuclearcraft Neoteric · by igentuman
Leacher is a block from Nuclearcraft Neoteric, crafted from Chassis, Centrifuge, Servo, Chemical Reactor, and Pump.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Leacher | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
nuclearcraft:leacher- 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": [
"LRL",
"FPF",
"LSL"
],
"ingredients": {
"F": {
"item": "nuclearcraft:servo"
},
"L": {
"item": "nuclearcraft:chassis"
},
"P": {
"item": "nuclearcraft:chemical_reactor"
},
"R": {
"item": "nuclearcraft:centrifuge"
},
"S": {
"item": "nuclearcraft:pump"
}
},
"conditions": [],
"sequence": null,
"group_name": "nuclearcraft_processors",
"experience": null,
"cooking_time": null
}