2.0.5
Compatibility
Changes
š Changelog - v2.0.5
┠New Features & Enhancements ⢠Default Toggle Keybind Updated to I ⢠Changed the default keybind to toggle the trainer mod on/off from P to I to prevent conflicts with default player actions/other mods. Includes on-screen green/red system notifications when toggled. ⢠Train Mastered Skills Toggle ⢠Added a new TRAIN MASTERED setting in the GUI. When enabled, it allows casting moves that are already 100% mastered (useful for unlocking dependent skills like Soul Manipulation / Domination via sound-based moves like Voice Cannon). ⢠Auto-Disable on Death ⢠The mod now automatically disables itself upon player death, gracefully releasing active holds/casts and notifying you in chat to prevent accidental casts on respawn.
āāāāāā
š Bug Fixes & Stability ⢠Fixed HOLD Mode for Toggle Skills (e.g., Murderer) ⢠Resolved a network sync race condition where setting toggleable skills like Murderer to HOLD (HLD) caused rapid on/off toggle spamming every tick. Implemented a debounce/cooldown mechanism for smooth hold functionality.
āāāāāā
šØ UI & Help Updates ⢠Updated Settings GUI & Help Menu ⢠Adjusted settings panel spacing to cleanly accommodate the Train Mastered toggle. ⢠Updated Tab 4 in the in-game Help Screen (H) with detailed explanations for keybind I, auto-disable on death, and mastered skill training.
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:b9IitaD6:squWuU5W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b9IitaD6:squWuU5W"
}

