Crafting using Nether Quartz, Any Planks, Inventory Cable, Any Wooden Chest, Any Ender Pearls, Any Diamond Gem and Any Planks, arranged in the pattern shown. Produces Inventory Cable Connector.
block· Machines & Other Blocks
Inventory Cable Connector
Tom's Simple Storage Mod · by tom5454
Inventory Cable Connector is a block from Tom's Simple Storage Mod, crafted from Nether Quartz, Any Planks, Inventory Cable, Any Wooden Chest, Any Ender Pearls, and Any Diamond Gem.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Inventory Cable Connector | 1–1 | 100% | Survives Explosion |
Used in
Crafting using Any Wooden Rod, Any Wooden Rod, Inventory Cable Connector, Any Wooden Rod and Any Wooden Rod, arranged in the pattern shown. Produces Inventory Cable Connector (Framed).
Crafting using Nether Quartz, Paper, Inventory Cable Connector, Paper and Nether Quartz, arranged in the pattern shown. Produces Inventory Cable Connector (Filtered).
Block drops
Drops itself when broken.
Developer reference
- Registry name
toms_storage:ts.inventory_cable_connector- Namespace
toms_storage- Mod ID
toms_storage- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" qP",
"CcE",
" DP"
],
"ingredients": {
"C": {
"item": "toms_storage:ts.inventory_cable"
},
"D": {
"tag": "forge:gems/diamond"
},
"E": {
"tag": "forge:ender_pearls"
},
"P": {
"tag": "minecraft:planks"
},
"c": {
"tag": "forge:chests/wooden"
},
"q": {
"item": "minecraft:quartz"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}