Back to mods
AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat project artwork

CurseForge · Minecraft mod

AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat

Saturation and Coordinates Monitor ,HUD,Waila,HWYLA,show Horse speed and jump stats,death location,Death Finder

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat release should I use?

Updated today
Latest stable file applestat-1.4.12bfabric1.20.1.jar
Game version 1.20.1
Loader Fabric, Quilt

AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat applestat-1.4.12bfabric1.20.1.jar targets 1.20.1 with Fabric, Quilt. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat applestat-1.4.12bfabric1.20.1.jar need?

applestat-1.4.12bfabric1.20.1.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat without breaking your instance.

Built for AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat applestat-1.4.12bfabric1.20.1.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use applestat-1.4.12bfabric1.20.1.jar. It targets 1.20.1 with Fabric, Quilt; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside applestat-1.4.12bfabric1.20.1.jar. It opens that exact file at the source.

About this project

What does AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat add?

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:

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.

Project description from CurseForge.

Pick your setup

AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

9 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

AppleStats : AppleSkin+ Jade (Target Info)+Coordinates+Horse Stat versions and loaders

31 of 31 releases match

Looking for an older file? The official CurseForge project page is in Resources.