Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
FixMCStats

FixMCStats

Mod that aims to fix some issues with the Minecraft statistics 🤓

15.7k
33
Management
Optimization
Utility
AboutChangelogVersions

FixMCStats 2.0.0-SNAPSHOT-1

by elmital on Jun 23, 2025
Download

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).


Only french and english translations are fully supported all other included language will not be fully translated for the new commands and custom stats. If you are a fluent speaker and you want to help you can open an issue or directly a PR on github, thanks.

FixMCStats 1.3.5

by elmital on Jun 17, 2025
Download

Add support to MC 1.21.6

Removed patch :

  • MC-36696 patch : the bug is fixed by Mojang and the patch have been removed

FixMCStats 1.3.4

by elmital on Jun 5, 2025
Download

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

FixMCStats 1.3.3

by elmital on Mar 27, 2025
Download

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

FixMCStats 1.3.2

by elmital on Feb 13, 2025
Download

New experimental patch

  • MC-36696 : Clicking on the statistics button on the menu screen advances the game by 1 tick
    This bug affects solo mode only

New localizations added

  • New translations are available and for some these are generated using deepL and google trad :
    • French canadian
    • English canadian and australian
    • Arabic
    • Spanish classic, mexican and argentinean
    • Portuguese classic and brazilian

Fluent speakers who report translation errors in the bug tracker are greatly appreciated.

FixMCStats 1.3.1

by elmital on Dec 4, 2024
Download

Add support to MC 1.21.4

Fix

  • MC-245962 patch: breaking wall soul torches increment normal torch mined stats

FixMCStats 1.3.0

by elmital on Nov 23, 2024
Download

Features

New MC bugs patches have been added

  • MC-121541 : Scoreboard objective criteria for distance fallen doesn't track fall distance when player lands in liquid, powder snow, or cobweb

  • MC-178516 : Statistics are not sorted correctly in languages using non-ASCII letters. This fix is a bit special to being effective, your JVM language or the configurated language of your computer should be the same as the language you use in Minecraft.

  • MC-245962 : Times mined statistic displays wrong value for some blocks

FixMCStats 1.2.0

by elmital on Oct 23, 2024
Download

Add supports MC 1.20.2 & 1.20.3

Removed patches :

  • MC-213104 : The bug has been fixed upstream by Mojang and the patch is no more included in this version
  • MC-259687 : The bug has been fixed upstream by Mojang and the patch is no more included in this version
  • MC-267006 : The bug has been fixed upstream by Mojang and the patch is no more included in this version

BugFixes

  • MC-111435 patch : the amount of damages incremented in the stat weren't correctly calculated when they were over the remaining health
  • MC-29519 patch : same fix than upper one
  • MC-29519 patch : the stats was incremented using the raw damages not taking account of the absorbion, enchantements, etc
  • MC-29519 patch : fireworks damages count even if entity isn't damaged while in range of the explosion

Internals

  • Upgrade gradle and loom
  • Some code cleaning and patch refactoring

FixMCStats 1.1.1

by elmital on Sep 17, 2024
Download

Translations

  • The mod supports now : German, Polish, Russian and Chinese Simplified

Experimental

  • The patch for MC-267006 is no more experimental

FixMCStats 1.1.0

by elmital on Jun 13, 2024
Download

Add support for MC 1.21

Removed Patches :

  • The MC-157098 issue has been fixed upstream by Mojang the patch is no more included in this version.

Modified Patches :

  • The MC-154487 issue had been indirectly fixed partially for shift clicking by Mojang with the MC-271199 fix but issue still appears for other clicking types and is fixed by the mod

Features :

  • Fix MC-265376 : Kills by Goats are not counted in statistics
  • Fix MC-268093 : Breaking a decorated pot with an arrow doesn't affect statistics

Experimental features :

  • Fix MC-267006 : The Distance Flown statistics rapidly increases when you are standing in Ender Dragon's hitbox

More tests are needed to know if the dragon combat and particularly when the dragon eject players in the air isn't broken with the vanilla behavior, please test it and report any bug in the issue tracker.

FixMCStats 1.0.2

by elmital on Apr 29, 2024
Download

Add support to MC 1.20.6

FixMCStats 1.0.1

by elmital on Apr 23, 2024
Download

Supports Minecraft 1.20.5

Removed patch:

  • The MC-189484 issue has been fixed upstream by Mojang the patch is no more included in this version.

FixMCStats 1.0.0

by elmital on Apr 16, 2024
Download

Bug fixes

  • Linked to MC-29519 patch: Firework projectile explosion doesn't increase the damage stat
  • Linked to MC-65198 patch: Craft with drop action in crafting table bug wasn't patched correctly

Features

  • Add more support to ModMenu

Internal

  • Code cleaning

FixMCStats 1.0.0-Beta-1

by elmital on Mar 15, 2024
Download

Fix

  • In a specific scenario config file was filled with blank leading to resetting to the default values at the next game reboot.
  • The fix for MC-259687 is no longer experimental as the real cause has been identified and the issue addressed. Elytra related stat increment should now be 100% accurate

Internal

  • Improvements with the config management

FixMCStats 1.0.0-Alpha-2

by elmital on Jan 25, 2024
Download

Features

  • Fix MC-29519 : Damage dealt stat doesn't increase when using projectiles to attack entities
  • Fix MC-231743 : Pottable plant used stat doesn't increase when placing plants into flower pots
  • Fix MC-147347 : Lighting a creeper with a flint and steel doesn't count as mob killed in statistics
  • Fix MC-264274 : Lily pad and frogspawn do not increment "used" statistic when placed on water
  • Fix MC-182814 : Drinking honey bottles increases used stat by two and runs the consume advancement trigger twice

This is the last bunch of issues that had been fixed before the final tests of the v1.0.0. The v1.0.0 should be released with the future next Minecraft update if no report of bug are opened in the issue tracker by then.

FixMCStats 1.0.0-Alpha-1

by elmital on Jan 17, 2024
Download

Features:

  • Fix MC-65198
  • Fix MC-80827
  • Fix MC-111435
  • Fix MC-122656
  • Fix MC-128079
  • Fix MC-139386
  • Fix MC-144005
  • Fix MC-148457
  • Fix MC-154487
  • Fix MC-157098
  • Fix MC-176806
  • Fix MC-189484
  • Fix MC-211938
  • Fix MC-213103
  • Fix MC-213104
  • Fix MC-214457
  • Fix MC-254512
  • Fix MC-256638
  • Fix MC-259687

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@9fd0f68

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.