FixMCStats

Mod that aims to fix multiple issues with the Minecraft statistics.🤓

File Details

fix-mc-stats-2.0.0+1.21.5.jar

  • R
  • Jan 2, 2026
  • 84.64 KB
  • 6
  • 1.21.5
  • Fabric + 1

File Name

fix-mc-stats-2.0.0+1.21.5.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:fixmcstats-1418963:7408469"

Quilt

modImplementation "curse.maven:fixmcstats-1418963:7408469"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This is a backported of the mod of the v2.0.0 innitialy released for the ~MC 1.21.7 versions.

From previous version of the mod 1.3.3 and 1.3.4 :

Add support to MC 1.21.5

Removed patches :

  • MC-128079 patch: have been removed because the bug is fixed upstream

Modified patches :

  • MC-121541 patch: have been modified because Mojang fix the bug for only certains blocks(slime and honey blocks) issue is still present for the others

Bugfix :

Due to the removing of the patch for MC-157098 in older versions that was not correctly done a bug was introduced and is now fixed :

  • Crafting statistic incremented wrongly on partially full player inventory for almost full stack items when the output is greater than the free remaining count when crafting from the player inventory

For the v2.0.0 of the mod :

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 translation have been added it just redirect to the Github issues for IG player which want to help with mod translations.