Tags
Creators
Details
Licensed BSD-3-Clause
Published last year
Updated 3 days ago
All versions
0.1.0-1.21.10
Release
Odin 0.1.0-1.21.108 months ago 2,377
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Fixes
- Fixed LeapMenu keybinds being incorrectly named
- Fixed LeapMenu keybinds not functioning correctly on 1.21.10
- Fixed QuizSolver not displaying outside of the room
- Fixed the terminal section timer not including the 4th section
- Fixed party transfer and party demote chat commands not working
- Fixed a crash related to dungeon player class–based coloring
- Fixed BuildHelper sending stun notifications in T1 and T2
- Fixed Melody not displaying solutions in certain edge cases
- Fixed instant Mimic kills not being detected
Improvements
- Updated the leap order command to auto-complete party member names
- Improved Creeper Beams Solver to recalculate on every state change, ensuring lanterns are recolored if they reappear
Additions
- Added a Livid invulnerability timer to the LividSolver module
- Added portal highlighting to map info
- Added block-start click protection and custom sounds to Simon Says
- Added
/od reset modulecommand to reset a module’s settings - Added InvincibilityAlert to the InvincibilityTimer module
- Added a normal terminal size setting
- Added first-click protection for normal terminals
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:z3HnDcL2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jJJLywXp:z3HnDcL2"
}

