Tags
Creators
Details
All versions
0.4.17
Release
v0.4.178 months ago 5,589
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
NEW FEATURES:
- WIP: Croshair to etherwarp waypoint -> Renders a line from the player croshair to the first etherwarp in the route -> This will eventually be made with an actual etherwarp detection to actually be useful
- Added fakepixel support ???? (I havent actually gotten any feedback on this so ig it might not work just lmk in #support
- Added the ability to render lines through walls (Dev/WIP in the config)
- Added an option to disable the server check, which should let proxies work properly (THIS REQUIRES A RELOG OF THE GAME TO WORK). This is also under (Dev/WIP)
Bugfixes
- Fixed pb messages showing up whenever it wanted to, now properly hidden in the debug options
- Fixed some (???) (hopefully) colour problems
- Updated readme a bunch
- Im getting tired of writing these release notes
- Fixed colour profiles sometimes crashing the game
- Made errors clearer (Hopefully, some of y'all don't read the errors at all and just complain
Known bugs:
- COLOURS!!!!!!!!!!!!!!!!!!! WHYYYYYYYY (NOTE: if anyone has any idea why this actually isnt working properly PLEASE PLEASE PLEASE ping me in support/dm me/ I really really really want to get this fixed
Knowing me there is a bug somewhere, so please get in contact with me on discord (wyannnnn) to get it fixed, github will get answers much slower
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| SecretRoutes-0.4.17.zip | Unknown | 7.67 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:lLIGFeUd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l1qibtk8:lLIGFeUd"
}

