A Minecraft Forge mod for Minecraft 1.8.9 that tracks and displays Ender Chest (collection chest) data on-screen. Perfect for SkyBlock and similar gamemodes where Ender Chests display item counts in their titles.
- Color-coded outlines around Ender Chests based on fill percentage:
- Red - Below 50% filled
- Orange - 50-80% filled
- Green - Above 80% filled
- Highlights only chests within 64 blocks for performance.
- Highlights persist across sessions using saved data.
- Message bar centered on-screen showing chest data (e.g.
[1,234 / 1,500] - 82.3% filled). - Appears when you look at a tracked chest or after opening one.
- Automatically hides after a few seconds when not looking at a chest.
- Left-click an Ender Chest to silently read its data without opening the GUI.
- Prevents accidental mining - Left-clicks are intercepted to read data instead of breaking the block.
- Works even when the chest GUI is blocked or would normally open.
- Chest data is saved to
config/cctracker/chest_data.json. - Data is stored per dimension and persists across restarts.
- Stored counts support K, M, and B suffixes (e.g. 1.5M, 2K).
| Command | Description |
|---|---|
/togglecc |
Toggle all CCTracker features on/off. When off, Ender Chests can be mined normally. |
/clearcc |
Clear all stored chest data and remove highlights. |
- Minecraft 1.8.9
- Minecraft Forge (1.8.9-11.15.1.2318 or compatible)
- Install Minecraft Forge for 1.8.9.
- Download the CCTracker
.jarfile. - Place the
.jarin yourmodsfolder. - Launch the game.
CCTracker parses chest titles in the format [current / max] (e.g. Cobblestone [1,234/1,500]). The mod extracts the count and percentage for display and highlighting.
Author: Life
Mod ID: cctracker