Connectible Chains Mod — Configuration
Configuration
Modpack developers and players can customize the behavior of the chains through the configuration file.
| Config Key | Default Value | Description |
|---|---|---|
max_length |
7 | The maximum distance (in blocks) a chain can stretch. Can be increased up to 32. |
drip |
0.5 | Specifies how much the chain hangs. Higher values result in a deeper sag. |
show_tooltips |
true | Toggles the visibility of the "Connectible" tooltip on compatible items. |
Developer Customization
Developers can add support for modded items (like golden chains or specialized ropes) by adding them to the connectiblechains:catenary_items tag via a datapack. The mod will automatically attempt to pull the texture and sound properties from the item's block variant.