
Icsys
ArchivedLightweight client-side mod that shows your movement speed as a customizable HUD.
Links
Tags
Creators
Details
1.1.0
Compatibility
Required content
Changes
š I Can Show Your Speed ā Version 1.1.0
This update marks a major milestone for ICSYS, bringing full support for the latest Minecraft standards and a complete technical overhaul.
š New Features & Compatibility
- Minecraft 26.1 & 26.1.2 Ready: Fully updated and tested for the newest Minecraft versions.
- Java 25 Native: Now runs on Java 25 for better performance and modern stability.
- Improved Mod Menu Integration: Smooth configuration through Mod Menu (requires v18.0.0-alpha.8+).
š Under the Hood
- Modern Rendering: Refactored HUD system using the new
GuiGraphicsExtractorfor better compatibility with other UI mods. - Official Mappings: Migrated to official Mojang names, making the mod lighter and more future-proof.
- Responsive Input: Updated to the new input system for better keyboard and mouse interaction in the config screen.
ā ļø Important Note
- Java 25 is Required: To use this version, please ensure your Minecraft launcher is set to use Java 25 or higher.
Built with precision for the modern Minecraft era.
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:nHYPYsUb:NjthptaU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHYPYsUb:NjthptaU"
}

