Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 8 hours ago
All versions
1.4.3
Release
1.4.38 hours ago 6
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
[1.4.3] — 2026-09-23
Minecraft 26.3 support, shipped as one jar for every 26.x release so far.
Added
- Minecraft 26.3 support.
Changed
- One jar for Minecraft 26.1 through 26.3 — 26.1, 26.1.1, 26.1.2, 26.2 and 26.3 — on both Fabric and NeoForge, replacing the separate 26.1.x and 26.2.x jars. 26.3 renamed several things nixStats reads, so each of those now goes through a form that is the same on every 26.x release; you don't pick between jars any more.
- The jar is now named
_MC-26.1-3, and the code lives on themulti_26.1-3branch (multi_26.1andmulti_26.2are retired). - The stat picker's item-name tooltip is now drawn by Minecraft's standard tooltip layer. Same text; it sits on top of everything else on screen.
Fixed
- The keybind category in Options → Controls showed as the raw key
key.category.nixstats.config; it now reads NixStats Config.
Requirements
- Java 25, Minecraft 26.1–26.3. Client-side; Fabric also needs Fabric API for your Minecraft version.
Optional dependencies
Any compatible version
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:FzecsIOQ:6ri5UkBC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FzecsIOQ:6ri5UkBC"
}

