Tags
Creators
Details
Licensed BSD-3-Clause
Published last year
Updated 4 days ago
All versions
0.1.3-1.21.10
Release
Odin 0.1.3-1.21.106 months ago 18.5K
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixes
- Fixed Odin preventing culling optimizations (will significantly reduce frame impact for some users)
- Fixed AutoSprint not working without a bound key
- Fixed normal term size not resetting in TermSim
- Fixed Boulder solver not having the correct click location in one pattern
- Fixed GUI not scaling on larger displays
- Fixed GUI rendering being misaligned on retina displays
- Fixed ArrowsDevice showing the wrong emerald position
Improvements
- Improved UX when editing PositionalMessages to be slightly more straightforward
- Changed approach for BloodCamp to result in less jitter
- Made Etherwarp math handle Park as a modern island
- Made
/dwp importaccept JSONs in addition to the compressed export string - Made dynamic PearlWaypoints show flat pearl as well
- Improved WaterSolver tracer order
Additions
- Added ArrowsDevice prediction solver
- Added lightning and PY tick timers
- Added profiles to SlotBinds
- Added Kuudra profit calculation
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:Hl0oOwQM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jJJLywXp:Hl0oOwQM"
}


