
KeybindsGalore (HVB007)
I Learnt how to code Java for the explicit purpose of updating this mod. it took me bashing my head against my laptop for a week, But in the end I got it to work. Now Keybinds galore is updated to 1.20, with updated and clarified code.
Tags
Creators
Details
1.4.1+1.21.5
Compatibility
Changes
Big thanks to diblenderbenzene For continiuning keybind galore and making a lot of amazing changes and Bug Fixes along with the community: https://github.com/AV306/KeybindsGalore-Plus
I recently got back into mincraft and wanted this mod for 1.21.5 but alas Minecraft is undergoing major rendering changes since 1.21.2 which made the mod not work. And since diblenderbenzene wont be able to update the mod till 2027 (check his github), I decided to look into the broken bits. Minecraft keeps on changing rendering methods and thus ive just managed to get the mod running with some rendering glitches. the Mod should run just fine but there are some glitches in the PIE menu, but the Command selection function hasnt been affected.
The code source is not on github but you can find it attatched as "keybindsgalore_plus-1.4.1+1.21.5-sources.jar".
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| keybindsgalore_plus-1.4.1+1.21.5-sources.jar | Unknown | 47.06 KiB |
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:l6y7RMn7:haZmUJaY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l6y7RMn7:haZmUJaY"
}
