Tags
Creators
Details
Licensed BSD-3-Clause
Published last year
Updated 4 days ago
All versions
0.1.8
Release
Odin 0.1.84 months ago 35.5K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixes
- Fixed relic spawn time not working
- Fixed custom terminal GUI and custom leap GUI crashing with Intel GPUs
- Fixed TermSim not closing immediately
- Fixed Spirit Mask invincibility time being incorrect
- Fixed dungeon waypoints title GUI not closing after clicking the "Done" button
- Fixed BigDripLeafStemBlock not being counted as non-solid
- Fixed wireframe boxes always having a depth check
- Fixed TerminalSolver being disabled while using TermSim causing the Terminal Times module to give incorrect info
- Fixed leap menu images being blurry
- Fixed rounding error in score calculations resulting in 300 score instead of 299
- Fixed First Click Protection setting being hidden in situations where it shouldn’t have been
Improvements
- Made
/od leapordernot require the name to be in your party - Renamed "Floor 7" category to "Boss" and reorganized modules
- Made Simon Says solver not reset if a single button briefly flickers off
- Made TermSim PBs visible on hover inside the GUI
- Improved support for more items in Croesus
- Made "Hide Non-Starred Names" independent of "Highlight Starred Mobs"
- Made Etherwarp use modern sneak height in Hub and Spider Den
- Made sound setting more tolerant of incorrect names
Additions
- Added option to specify amount in all custom GFS commands
- Added
/od tapand/od twap(Toxic Arrow and Twilight Arrow, prep for alpha) - Added support for new TTT room (waypoints prep for alpha)
- Added option for fixed width in Splits HUD (enables right-side alignment)
- Added option to disable Splits HUD in either Dungeons or Kuudra
- Added used masks count in invincibility announcement
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:Rpxp00NX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jJJLywXp:Rpxp00NX"
}


