This repository contains the source-code of "Better Statistics Screen", a Minecraft mod that improves thestatistics screen and makes it more useful. To download this mod, please visit its CurseForge or Modrinth page.
(The thumbnail screenshot features Biomes O' Plenty, Complementary Shaders, and Bare Bones)
Important
This repository contains versions starting from v5.0. If you’re looking for legacy releases (v4.0 and earlier), please see the archived repository: https://github.com/TheCSDev/betterstats-v4
The vanilla statistics screen is a mess, harder to read and navigate, and lacks features like proper search and filtering functionalities, making it harder to find what you're looking for. The goal of this mod is to make it easier to navigate and find the specific statistics you are looking for, especially when your world has dozens or hundreds of entries to keep track of.
Key features
- 🔍 Searching, filtering, sorting, and grouping statistics
- 📊 Item and mob statistics are shown in a nice and clean visual grid
- 🖥️ Mobs are visually rendered on the screen because it looks nicer und makes finding them faster
- 📂 Saving and loading statistics files, as well as a tabbed interface for viewing multiple files
- 🌐 Sharing statistics with your friends and anyone else you'd like
- ⚙️ Optional
/statisticscommand, for integrating statistics into commands and data-packs
This mod depends on some other mods that first need to be installed before this mod can be installed. Those dependencies are as follows:
- 🖥 TCDCommons API - Powers the GUI interface of this mod
- 🏗 Architectury API - Allows this mod to run on
FabricandNeoForge
Follow these steps to build the project from source.
- Java 21: Ensure you have the Java Development Kit (JDK) 21 installed.
- Git: Required to clone this repository.
- Clone the repository
git clone https://github.com/TheCSDev/betterstats.git
cd betterstats- Build the mod
./gradlew clean buildNote: Use gradlew.bat clean build if you are on Windows.
The compiled .jar file will be located in build/libs/.