Crafting using Any Planks, Redstone Comparator, Any Planks, Any Wooden Chest, Any Diamond Gem, Any Wooden Chest, Any Planks, Any Ender Pearls and Any Planks, arranged in the pattern shown. Produces Inventory Connector.

block· Machines & Other Blocks
Inventory Connector
Tom's Simple Storage Mod · by tom5454
Inventory Connector is a block from Tom's Simple Storage Mod, crafted from Any Planks, Redstone Comparator, Any Wooden Chest, Any Diamond Gem, and Any Ender Pearls.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Inventory Connector | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
toms_storage:ts.inventory_connector- Namespace
toms_storage- Mod ID
toms_storage- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PCP",
"cDc",
"PEP"
],
"ingredients": {
"C": {
"item": "minecraft:comparator"
},
"D": {
"tag": "forge:gems/diamond"
},
"E": {
"tag": "forge:ender_pearls"
},
"P": {
"tag": "minecraft:planks"
},
"c": {
"tag": "forge:chests/wooden"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}