Tags
Creators
Details
Licensed BSD-3-Clause
Published last year
Updated 3 weeks ago
All versions
0.2.3
Release
Odin - Hypixel Skyblock 0.2.33 weeks ago 141K
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixes
- Fixed Livid Highlight box being jittery
- Fixed BetterPartyFinder giving double error messages
- Fixed tracer line behaving incorrectly when crouching
- Fixed LotusAtoll not being detected
- Fixed (probably) secret spawn timer being mistimed
- Fixed Blaze Solver not working (thanks Hypixel)
- Fixed PetKeybinds not allowing page swapping (thanks Hypixel)
- Fixed PlayerDisplay HUDs not working (thanks Hypixel)
- Fixed StartsWith Solver not showing Nether Stars and EXP bottles
Improvements
- Simplified PetKeys usage — use favorites for the first 9 pet slots instead of commands
- Made Livid Highlight color customizable and more noticeable
- Made Wardrobe Keybinds work for both equipment and armor wardrobes
Additions
- Added option to show PuzzleHUD only before the run starts
- Added option to set line width for SlotBinds
- Added option to show SlotBinds lines without holding Shift
- Added support for 26.1~
- Added DungeonMap
- The previous one wasn't Odin's and wasn't intended for public use; this is the first basic map implementation in the mod (will contain bugs)
- Added DoorHighlight
- Added RoomClear
- Added LoadoutKeybinds
- Added bat slain attribute support to MapInfo and Mimic modules
- Added armor, loadout, and stats keybinds to the CommandKeybinds module
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:eSlQpFg7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jJJLywXp:eSlQpFg7"
}


