Tags
Creators
Details
Licensed BSD-3-Clause
Published last year
Updated 4 days ago
All versions
0.1.9
Release
Odin 0.1.94 months ago 147.6K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixes
- Fixed
/tapand/twap(spelling) - Fixed WitherDragons detecting dead dragons
- Fixed rounding issues in CustomTermGui
- Fixed Rubix TermSim not accepting right clicks
- Fixed auto draft being treated as a cheat (now shows a prompt message instead)
- Fixed Etherwarp according to latest Hypixel changes (thanks Hypixel)
- Fixed rounded rectangle rendering looking off
- Fixed TerminalSounds not working properly
- Fixed all numbers in Numbers TerminalSolver not appearing
Improvements
- Made
/dwp importaccept a parameter to simulate expected structure - Made ClickedSecret use server logic for click detection on essence blocks
- Made LividSolver instantly detect Livid
- Made LeapMenu "remember" slot locations for faster registration
- Added extra item overrides in SelectAllHandler
- Improved client-side clicked item tracking in StartsWith solver
Additions
- Added SecretsCounter
- Added option to use any key to disable blocking in ArrowAlign
- Added "Normal" rendering mode to TerminalSolver
- Added tracer for TPMazeSolver
- Added option to set unhook timeout in NoCursorReset
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:CwOwZGVZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jJJLywXp:CwOwZGVZ"
}


