Tags
Creators
Details
Licensed BSD-3-Clause
Published last year
Updated 4 days ago
All versions
0.3.0
Release
Odin - Hypixel Skyblock 0.3.04 days ago 40.4K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixes
- Fixed dropdown setting arrow having incorrect rotations
- Fixed secret spawn timer being offset
- Fixed Croesus features not working (thanks, Hypixel)
- Fixed dungeon map showing doors based on client-side information
- Fixed map info formatting with the new bat parameter
- Fixed portal highlight not resetting between runs
- Fixed positional messages not accounting for the correct radius
- Fixed players rendering in boss on the dungeon map
- Fixed water solver incorrectly accounting for certain click types
- Fixed certain chat commands allowing illegally long messages that could cause a kick
- Fixed Wither Essence not counting as secrets
- Fixed StartsWith solver not counting written books correctly
- Added a first-join update message (shown once after updating to this version)
Improvements
- Improved API-related error messages
- Increased API rate limit (API features should now be much more consistent)
- Expanded TPS information in both the
/tpscommand and chat command - Made positional messages easier to review and delete
Additions
- Added an option to disable Terminal Simulator first-click protection
- Added support for Auto GUI scale in normal terminal size (uses the maximum available scale)
- Added an additional failsafe for first-click protection using server ticks
- Added support for positional messages without text (simple waypoints)
- Added an option to display yourself as a player head on the dungeon map
- Added a Vitality HUD to Player Display
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:jJJLywXp:E6IEzXhD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jJJLywXp:E6IEzXhD"
}


