Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated 4 years ago
All versions
2.1.0
Release
Voyager v2.1.04 years ago 465
Compatibility
Minecraft: Java Edition
1.19
1.18.x
Platform
Fabric
Supported environments
Client and server
Changes
- Updated to support both 1.18.x and 1.19.
- Fixed Jump/Swim Modifier powers as they were not working as intended.
Please note:
Voyager has not been updated since the release of 1.19, and may not support the latest Origins versions.
There are plans for an update to this mod, however this has no ETA.
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:nRFMhivL:hCutz24j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nRFMhivL:hCutz24j"
}

