Links
Tags
Creators
Details
All versions
2.0.0+1.21.5
Release
FixMCStats 2.0.0+1.21.511 months ago 481
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
This version is a backport to MC 1.21.5 of the 2.0.0 innitialy released for the ~MC 1.21.7 version.
Fixes :
- MC-256638 patch : the stat increase when the player turns on itself while mounting a camel.
Configuration :
- The config entries management have been refactor and now all patches can be toggled via a config entry.
- Two sets of commands have been added one client-side to manage the patches configs that concerns client-side environement (
/fixmcstats-client) and one server-side to manage the server patches (/fixmcstats-server), to use the server-side command the player have to be an operator./fixmcstats-... status [PATCH ID]show you if the patch is active or not/fixmcstats-... link [PATCH ID]display in the chat the Mojang linked issue that you can click to open it in your browser/fixmcstats-... activate [PATCH ID]activate the patch/fixmcstats-... deactivate [PATCH ID]deactivate the patch
- When activating an experimental patch via the commands you will be notified.
New patches :
- Fix for MC-273933: "Times Used" statistic does not increase for armor when used on an armor stands
- Fix for MC-277294: Distance by mules and donkeys counts towards 'Distance by Horse' statistic. This fix use custom statistics!
Modified patches :
Even if no compatibility issues have been reported some patches have been modified to prevent futures ones with other mods (MC-178516, MC-213103, MC-139386, MC-65198 and MC-211938).
Features :
- A new command
/fix-mc-stats translationhave been added it just redirect to the Github issues for IG player which want to help with mod translations.
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:SQKipbkd:CcNZhYMi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQKipbkd:CcNZhYMi"
}

