Crafting using Steel Plate, Copper Ingot, Steel Plate, Copper Ingot, Steel Cable, Copper Ingot, Steel Plate, Copper Ingot and Steel Plate, arranged in the pattern shown. Produces 2× Cable Duct.

Cable Duct
Ad Astra · by Alex Nijjar
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cable Duct | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
ad_astra:cable_duct- Namespace
ad_astra- Mod ID
ad_astra- Tags (3)
ad_astra:blocks/cable_ducts ad_astra:items/cable_ducts minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#C#",
"CSC",
"#C#"
],
"ingredients": {
"#": {
"tag": "ad_astra:steel_plates"
},
"C": {
"item": "minecraft:copper_ingot"
},
"S": {
"item": "ad_astra:steel_cable"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}