Better Statistics Screen

A Minecraft mod that improves the statistics screen and makes it more useful.

File Details

5.0.0-beta.6+fabric-1.21.11

  • B
  • Feb 27, 2026
  • 265.56 KB
  • 12.0K
  • 1.21.11
  • Fabric

File Name

betterstats-5.0.0-beta.6+fabric-1.21.11.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:betterstats-667464:7686962"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

General changelog

  • Added icons to tabs' names, for decorative purposes.
  • Added .nbt file support. Save and load statistics files in NBT format.
  • Added support for external file drag-and-dropping. Drop files from your desktop or file explorer, into the better Statistics screen.

Technical changelog

  • Refactored translation key names.

API changelog

  • A lot of code refactoring. Expect breaking changes if you use the APIs.
  • McbsFile migrated from using JSON code for serialization, to instead using Mojang's Codec<T> system.
  • BClientRegistries migrated from using simple Map<K, V>s, to instead using the game's Registry<V> system.