Tags
Creators
Details
0.5.0+mod
Compatibility
Changes
Version 0.5 is a complete rewrite of Catenary, fixing longstanding bugs and reworking major mechanics. Old catenaries are likely broken, so it is recommended to remove them before updating.
Changes:
- Catenaries are no longer crafted in the Crafting Table. You must now craft a Catenaring Table first.
- The Catenaring Table is a new workstation that allows deep customisation of catenaries.
- Some catenaries that were craftable previously can not be reproduced with the new crafting system at the moment.
- Added a Catenary menu to the pause screen using Dialogs. This means Catenaty now uses "experimental features" and can no longer run on Minecraft Realms.
- Added a configuration menu
- Added a statistics menu
- Reworked zipline physics
- Added new Zipline Mount Pad block that puts entities on a nearby zipline when they step on it
- Added Zipline Lift Upgrade that makes you able to travel upwards on catenaries
- Added a secret advancement related to ziplines
- Catenary locking has been replaced with waxing
- Changed how catenary items behave while placing; the item now no longer changes when you select a point, and particles have been changed to trail particles
Fixed bugs:
- Very long catenaries would break previously due to problems with the underlying math
- Fixed several issues relating to ziplines
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:zJIYJfn8:mynbsWTn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zJIYJfn8:mynbsWTn"
}

