CurseForge · Minecraft mod
Well-Earned XP
Earn experience by building, mining, farming, crafting, exploring, and more with a fully data-driven system.
Quick answer
Which Well-Earned XP release should I use?
Well-Earned XP wellearnedxp-1.0.2-26.2.jar targets 26.2 with Fabric. 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 Well-Earned XP required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Well-Earned XP wellearnedxp-1.0.2-26.2.jar need?
wellearnedxp-1.0.2-26.2.jar. Change the file and its required mods may change too.
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 Well-Earned XP without breaking your instance.
Built for Well-Earned XP wellearnedxp-1.0.2-26.2.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use wellearnedxp-1.0.2-26.2.jar. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside wellearnedxp-1.0.2-26.2.jar. It opens that exact file at the source.
About this project
What does Well-Earned XP add?
Well-Earned XP introduces new ways to earn experience, allowing players to earn levels for enchanting and repairing. Builders, miners, farmers, explorers, and mixed-style players can all earn XP by doing things they already spend time doing, without feeling pushed toward XP farms or mob grinders.

✨ New Ways to Earn XP
- Mining
- Building
- Farming
- Crafting New Items
- Looting Chests
- Breaking Tools
- Completing Raids
📁 Data Packs
Well-Earned XP is completely data-driven and uses in-game statistics to detect rewardable player engagement. You can easily add or remove support for different stats using a simple data pack.
Learn More
Each JSON file defines:
- Which stat to listen for.
- How often that stat should grant XP.
- How much XP to spawn.
The file path selects the stat target:
data/<namespace>/wellearnedxp/engagement_type/<category>/<namespace>/<path>.json
The category decides how the stat is matched:
stat_typetargets every stat under a stat type, for example,minecraft:crafted.custom_stattargets one specific custom stat, for example,minecraft:fish_caught.
Stat Type Example
The following example grants 5 - 10 XP for every item crafted:
// data/mycoolexample/wellearnedxp/engagement_type/stat_type/minecraft/crafted.json
{
"experience": {
"min": 5,
"max": 10
}
}
Custom Stat Example
The following example grants 5 XP for every 10 fish caught:
// data/mycoolexample/wellearnedxp/engagement_type/custom_stat/minecraft/fish_caught.json
{
"experience": {
"min": 5,
"max": 5
},
"interval": 10
}
Overriding Engagement Types
If you want to change any of the default values, like how much experience a stat gives, you can overwrite engagement types using a file of the same path. You can even disable built-in engagement types by setting the file's contents to an empty object, {}.
Disabled Engagement Type Example
By default, Well-Earned XP rewards players experience for mining. The following example disables that behavior:
// data/wellearnedxp/wellearnedxp/engagement_type/stat_type/minecraft/mined.json
{}
🚦 Permissions
✅ You may use this mod in modpacks.
✅ You may create add-ons, extensions, or companion mods.
✅ You may submit pull requests to contribute to the code.
❌ You may not publish this mod or modified versions anywhere without explicit permission.
Project description from CurseForge.
Pick your setup
Well-Earned XP by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Well-Earned XP versions and loaders
wellearnedxp-1.0.2-26.2.jar
17 Aug 2026
wellearnedxp-1.0.1-26.2.jar
28 Jul 2026
wellearnedxp-1.0.0-26.2.jar
27 Jul 2026
Looking for an older file? The official CurseForge project page is in Resources.