AppleStats :timmer+ AppleSkin+ Jade +GUI Clock+Coordinates+Horse Stat

Quick rating

Community listing page, reviews here may not be monitored by the author.

AppleStats :timmer+ AppleSkin+ Jade +GUI Clock+Coordinates+Horse Stat

No reviews yet

HUD:A lightweight Jade alternative ,effect timmer ,Target Info,Saturation and Coordinates Monitor ,Waila,HWYLA,show Horse speed and jump stats,death location,Death Finder

Mod Loaders
Minecraft
26.3 26.2

About

Description

Issue: Game crash on startup caused by a package name conflict (com.example.examplemod) between EnchantStats and AppleStats (or other mods).

Action Required Please download the new JAR file ending with compat.jar to solve this problem.



To Forge 1.21.1 Player 

If you encounter errors using Forge 52.1.0,

try using Forge 52.1.15 instead. 

description_7c4d819d-f14f-4ab2-a253-90f6a89fefcc.pngdescription_294a859f-8ea0-4454-9637-b6a50e30d842.png

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.

ver1.4.13+
Shows real-time emerald exchange rates with item icons when looking at villagers while holding tradeable goods.

ver1.5.0+
Tooltips now use diagrams instead of text.

ver1.5.1+
Now One heart symbol represents 2 HP.
This matches the Minecraft player heart display.

Coming soon

Ver 1.5.2+ 
Upon death, a book with your death coordinates and dimension will be given to you .

Ver 1.6.1 +

1♥ represent 2 HP now, same as Player HP bar

Ver 1.6.2 +,
1.Effect Timer added
2. Many new functions—such as Enchantment Descriptions, Damage Estimator, ArrowCounter, Potion Label, Enchantment Tag, and Better Item Borders—are now available! Download the sequel to EnchantStats to try them out.





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:

text
assets/<your_mod_id>/applestat/redstone_rules.json

Step 2: Define rules

Each rule can match a block ID or a tag.

json
{
  "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.