
Working on v1.4.x right here in the hospital through severe post-op pain... A quick follow on my page would mean the world and give me so much strength right now.
To Forge 1.21.1 Player
If you encounter errors using Forge 52.1.0,
try using Forge 52.1.15 instead.


Introduction of the Mod
This mod visualizes hidden mechanics to improve your survival efficiency.
Key Features:
1.Saturation Monitor: Real-time display of your current hidden saturation level.
2.Saturation Preview: Instantly see the saturation restoration value of held food.
Ver 1.1.0 +
3.Coordinates (X/Y/Z): See your exact location in the top-left corner at all times.
4.Face Direction: display shows your Looking Direction in real-time.
Ver 1.2.0 +
5.Horse Stat Tracker Simply feed, mount, or right-click any horse with an item to instantly display its exact speed and jump strength right above its head!
For example, a name like "3432,9781" represents a Movement Speed of 0.3432 and a Jump Strength of 0.9781.
Ver 1.2.1 + tamed untamed
ver 1.4.0+
6.Tooltips:See the best tool to mine any block you look at (e.g., "Fastest: Shears", "Requires Silk Touch").
7.config:
– each feature on/off
– Adjust position of those stats
Fabric player please use command /applestats to open config screen.
ver1.4.1+
8.Target Info :– when you look at a mob, see its health and armor; at redstone components, see signal strength (source or powered block); at crops, see “Growing” or “Ready to Harvest”.
ver1.4.5+
9.animal info
Favorite Food ,
"now" (Green) = The animal is ready and breed!
"later" (Orange) = The animal is resting (it just had a baby or was already fed).
"to grow" (Red) = The animal is still a baby and (ver1.4.6+)show the exact seconds left for a baby animal to grow
ver1.4.12+
showHealthByName: When you attack a mob (unless with a custom name), its name tag will update to display its remaining health or stats.
Reserved Features: Villagers, wolves, and certain horse categories are reserved for upcoming or current features, so they do not have showHealthByName.
Coming soon
Ver 1.5.1+
Upon death, a book with your death coordinates and dimension will be given to you .
Please let me know in the comments if there is a specific version you would prefer to be updated to 1.2.0 first. Your encouragement is greatly appreciated!
πΊοΈ The Ultimate Explorer Combo Love exploring with clear coordinates? Pair this UI with my path-clearing tool for the smoothest travel experience!
πͺ Instantly Destroy Tree :Clear Path for Horse Riding - Clear annoying trees and bushes instantly while running or riding!
https://www.curseforge.com/minecraft/mc-mods/instantly-destroy-tree-clear-path-for-horse-riding
π Maximize Your Survival Efficiency! If you love having all your stats clearly visible, you'll definitely enjoy my other Quality of Life (QoL) mods designed to save your time and clicks!
π Quick Take & Put - Manage your inventory and chests instantly with one click.
π¨ Fast Recipes - Skip tedious crafting steps (e.g., craft ladders directly from raw logs).
https://www.curseforge.com/minecraft/mc-mods/fast-recipes-inspired-by-quark
π Villager FastTrades :auto and instant
Shift + Right-Click: Empty your backpack of all affordable resources and complete bulk trades automatically with one click
https://www.curseforge.com/minecraft/mc-mods/villager-fasttrades-auto-and-instant
π For Mod Developers – Add Redstone Support
AppleStat can display custom redstone sources or wires from your mod via a simple JSON file.
Step 1: Create the JSON file
Place it in your mod’s assets:
assets/<your_mod_id>/applestat/redstone_rules.json
Step 2: Define rules
Each rule can match a block ID or a tag.
{
"rules": [
{
"match": { "block": "yourmod:custom_wire" },
"display": "Redstone",
"property": "power"
},
{
"match": { "tag": "yourmod:redstone_sources" },
"display": "Source",
"fixed": 15
}
]
}
Field meanings
-
match– identify your blocks (block ID or tag) -
display– one of"Redstone","Source", or"Powered" -
property– (optional) the block state property that holds signal strength (e.g."power","signal") -
fixed– (optional) a fixed signal strength if your block has no property
If property is missing, fixed will be used. If both are missing, it defaults to 15.
A lightweight HUD mod inspired by squeek502. This project provides a numerical approach to food data visualization.
Disclaimer: Not affiliated with, nor endorsed by, the original AppleSkin project or squeek502.

