Crafting using Plate Advanced, Motor, Plate Advanced, Actuator, Chassis, Actuator, Plate Advanced, Tough Alloy Ingot and Plate Advanced, arranged in the pattern shown. Produces Rock Crusher.
Rock Crusher
Nuclearcraft Neoteric · by igentuman
Rock Crusher is a block from Nuclearcraft Neoteric, crafted from Plate Advanced, Motor, Actuator, Chassis, and Tough Alloy Ingot.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Rock Crusher | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
nuclearcraft:rock_crusher- 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",
"ACA",
"PTP"
],
"ingredients": {
"A": {
"item": "nuclearcraft:actuator"
},
"C": {
"item": "nuclearcraft:chassis"
},
"M": {
"item": "nuclearcraft:motor"
},
"P": {
"item": "nuclearcraft:plate_advanced"
},
"T": {
"tag": "forge:ingots/tough_alloy"
}
},
"conditions": [],
"sequence": null,
"group_name": "nuclearcraft",
"experience": null,
"cooking_time": null
}