
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.7.2+26.2
Compatibility
Changes
1.7.2+26.2 — Fabric 26.2 Upgrade
- Minecraft 26.2 — Fabric Loader 0.19.3, Loom 1.17, Gradle 9.5.1
- Fabric API 0.152.1+26.2 — Vulkan backend support, renderer API ported
- ModMenu 20.0.0-beta.2
- Removed owo-lib dependency — replaced with custom
RingRendererusingGuiElementRenderStateandRenderPipelines.GUI - Fixed RenderPipelines.GUI topology — emits
QUADSmatching GUI_SNIPPET (fixes swiss-cheese rendering) - Fixed coordinate signs — uses
cx + cos * rto match atan2 mouse angle convention (fixes 180° flipped sector highlight) - Known issue: Config screen unavailable from ModMenu — Cloth Config references
net/minecraft/util/Tuplewhich was removed in 26.2. Editkeybindsgalore.propertiesmanually in the config folder.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| keybindsgalore-1.7.2+26.2-sources.jar | Source jar | 106.77 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:ahIn2wp6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l6y7RMn7:ahIn2wp6"
}
