1.0.0-1.21.8
Compatibility
Changes
KeybindList v1.0.0-1.21.8 - Minecraft 1.21.8 Update! 🎉
We are happy to announce that KeybindList is now fully compatible with Minecraft 1.21.8!
Switching between your custom keybind profiles for PvP has never been smoother on the latest version of the game.
🛠️ What's New in this Release:
- Minecraft 1.21.8 Compatibility: Officially compiled and fully optimized for Minecraft
1.21.8using Java 21. - Backward Compatibility: This version remains fully compatible with Minecraft versions
1.21.4through1.21.8. - Code Refactoring: The entire codebase has been cleaned up, deobfuscated, and refactored using the latest Yarn mappings for better performance and stability.
- Mod Menu Integration: Seamless integration with Mod Menu (v15.0.2 or higher) is fully preserved.
📥 Requirements:
- Minecraft:
>=1.21.4 <=1.21.8 - Fabric Loader:
>=0.16.0 - Fabric API: Required
- Mod Menu: Recommended (for GUI configuration in-game)
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:wxqbS5cc:4fpvbvrF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wxqbS5cc:4fpvbvrF"
}

