Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
3.0.0+fabric
Release
Thorough Keybindings 3.0.0+fabric9 months ago 1,392
Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- Mixins have been rewritten using Mixin Extras
@Expressions available since Fabric Loader 0.17.0- No more dependency on class load order nor messing around with ASM
- No more
@Redirectusage for better mod compatibility - Adds mappings for
0to9to navigate the profiling pie chart - Even before Minecraft 1.21.9, rebinding multiple actions to a single key will now execute all of them if possible
- Mappings now use the same identifiers as the 1.21.11 snapshots, thus upgrading an instance will keep your controls.
- This means your keybindings from previous mod versions will reset when updating to 3.0.0
- Support for all Minecraft versions that run Fabric (since 1.14) up to 1.21.10
- including snapshots, experiments and April Fools' versions
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:X7gTlDx5:VKGgnjgP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X7gTlDx5:VKGgnjgP"
}

