1.0.0
Compatibility
Changes
Keystrokes+
Keystrokes+ is a modern, fully customizable HUD mod for Minecraft 1.21.4 (Fabric). It features a sleek design with rounded corners, soft shadows, and real-time updates.
Features
- Keystrokes: Visualizes movement keys (WASD) and mouse buttons (LMB/RMB).
- CPS Indicator: Tracks Clicks Per Second for left and right mouse buttons.
- Armor Status: Displays currently equipped armor and items.
- Status Effects: Shows active potion effects with duration and icons.
- Modern Design: Rounded corners, gradients, and smooth animations.
Usage
- Press Right Shift to open the configuration screen.
- Drag modules to move them.
- Right-click modules to toggle them on/off.
Installation
- Install Fabric Loader.
- Install Fabric API.
- Place
keystrokesplus-1.0.0.jarinto yourmodsfolder.
Credits
Developed by FolzyStudio.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| keystrokesplus-1.0.0.jar | Unknown | 20.14 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:etqPFIW7:EUJCvYWs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:etqPFIW7:EUJCvYWs"
}

