All versions
1.0.0-release
Release
Simple KeyBinds Profiles 1.0.0-release4 months ago 417
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Any compatible version
Unavailable version
Changes
📝 1.0.0 Changelog
Added
- Profile Management System: Create, load, rename, and delete custom keybind configurations.
- Instant Capture: Save your current in-game keybinds into a new named profile with one click.
- In-Game GUI: A dedicated screen to manage all your profiles, accessible via Mod Menu.
- CLI Support: Added the
/keybindconfigscommand to list and apply profiles directly from chat. - Cloud-Ready Configs: Profiles are saved as individual
.jsonfiles in thekeybind-configsfolder for easy sharing and manual backups. - Safety Features: Added a character limit (10) and space-prevention logic for profile names to ensure file system compatibility.
Fixed & Optimized
- Stability Fix: Resolved a "Blur once per frame" crash in Minecraft 1.21.1+ by implementing a custom background renderer for stacked screens.
- Input Handling: Updated key press logic to match the Minecraft 1.21+
keyPressedsignature for better reliability. - File I/O: Implemented filename sanitization to prevent illegal characters from corrupting profile saves.
Technical
- Built for Fabric.
- Full Mod Menu integration for easy configuration access.
- Uses GSON for pretty-printed, human-readable profile files.
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:tRymIWkY:jK2aeWGH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tRymIWkY:jK2aeWGH"
}

