Tags
Creators
Details
All versions
0.4.15
Release
v0.4.15last year 1,640
Uploaded by
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
New Features
QOL improvements
- Button to copy "routes.json" from your downloads folder into your main mod routes folder under a specific name
- Auto update routes:
- Automatically downloads the latest routes from github. NOTE: THIS WILL OVERWRITE routes.json AND pearlroutes.json. MAKE SURE YOUR CUSTOM ROUTES HAVE A DIFFERENT NAME
- Hide not in dungeon warning when using keybinds (toggleable under keybinds)
Bugfixes
- Fixed a few NPE exceptions in various places
DEV
- Stopped sending multiple API calls when leaving and rejoining the server
Known bugs
- Colors being weird in certain scenarios (Still working on this)
CREATE A BUG REPORT IN THE DISCORD IF YOU NOTICE A BUG
Downloads
Github: Secret routes v0.4.15
Join the discord: https://discord.gg/secretroutes
Support the project: https://buymeacoffee.com/SecretRoutes
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| SecretRoutes-0.4.15.zip | Unknown | 8.75 MiB |
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:l1qibtk8:XSMwL6uI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l1qibtk8:XSMwL6uI"
}

