Satisfactory inspired ziplines in Minecraft!
This is a multiloader fork of Tomate0613's Zipline: Ziplines inspired by the hit zipline game Satisfactory!
#zipline:attachment to zip around with them.This mod uses Cloth Config (optional but recommended) to allow customization of the mechanics. You can access the config screen via Mod Menu or by editing config/zipline.json.
This mod does not add any cables on its own. Instead, it turns existing cables from other mods into ziplines.
Supported mods include:
This mod defines the specific tag zipline:attachment. Any item added to this tag will function as a zipline tool. By default, this includes Pickaxes and items tagged as Wrenches.
You can add items to this tag via a Data Pack: data/zipline/tags/item/attachment.json
{
"replace": false,
"values": [
"minecraft:stick",
"create:red_rose_quartz_pickaxe"
]
}
Developers can add support for their own cables by implementing the Cable interface and registering a CableProvider via Cables.registerProvider.

Conversation