All versions
0.3.3
Beta
Create Analyzer Lite 0.3.310 months ago 620
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Initial Release - v0.3.3
Features
- Real-time RPM, stress, and node count display
- Compact and Expanded display modes
- Theme system (Light/Dark/Auto)
- In-game configuration screen
- Keybind support (toggle, cycle mode, lock target)
- Performance optimized with caching
Requirements
- Minecraft 1.21.1
- NeoForge 21.1.62+
- Create 6.0.6+ (optional)
Known Issues
- Config screen not fully implemented (coming in v0.4.0)
Notes
- This is a client-only mod - safe for multiplayer servers
- Works without Create mod (overlay will be disabled)
Optional dependencies
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:rZLxwNpX:5SM3kOnF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rZLxwNpX:5SM3kOnF"
}


