A Minecraft Fabric mod that automatically tracks and analyzes all Villager and Wandering Trader trades, calculating emerald profit/loss in real-time with a detailed trade history and HUD overlay.
- Automatic trade detection and recording for Villagers and Wandering Traders
- Real-time emerald profit/loss calculation with 100+ item value mappings
- HUD overlay with full and compact display modes
- Dedicated trade history screen with filtering and sorting
- Session management with start/pause/resume controls
- Optional session persistence across world closes
- Flash effects for profitable and losing trades
- Full in-game config screen (YACL + ModMenu)
- Client-side only - no server required
- Minecraft: 26.1+
- Fabric Loader: 0.18.4+
- Fabric API: Required
- Java: 25+
- ModMenu: Required (for config screen)
- YACL: Required (for config screen)
Download the latest release from Modrinth or GitHub Releases.
- Install Fabric Loader
- Download Fabric API
- Download ModMenu and YACL
- Download TradeTracker (this mod)
- Place all JAR files in your
modsfolder - Launch Minecraft
Open the config screen via ModMenu. Available settings:
- General - Enable/disable mod, session persistence, Wandering Trader tracking
- HUD - Position (4 corners), opacity (0-100%), scale (50-150%), visibility mode
- Session - Session summary display
Keybinds are listed under Controls > TradeTracker:
T- Toggle compact HUD modeG- Open trade history screenJ- Start/pause/resume session
Config file is saved at config/tradetracker.json.
git clone https://github.com/DennisTheGamer/trade-tracker.git
cd trade-tracker
./gradlew buildThe compiled JAR will be in build/libs/.
This project is licensed under the MIT License - see the LICENSE file for details.
- Author: DennisTheGamer
- Built with: Fabric, Fabric API, YACL, ModMenu
- Report bugs on GitHub Issues
- Visit the Modrinth page for more information