Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
All versions
1.0.21
Release
Fair Experience 1.0.21last month 101
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
🛠️ Bug Fixes & Improvements
Fixed XP-Tome & Raw XP Storage Duplication Bug:
Fixed an issue where storing experience in items like the XP-Tome (or mods like Ender IO, OpenBlocks, and Reskillable) caused the player to retain most of their XP while the tome received the full amount, resulting in accidental XP duplication.
Fair Experience now detects intentional raw experience drains, ensuring the exact amount of XP drained is removed and seamlessly preserved.
Fixed Enchanting Raw XP Fallbacks:
Fixed an issue where third-party mod enchantment crafts without direct enchanting table containers fell back to deducting flat levels rather than fair raw XP.
Enchantment crafts now correctly default to standard fair tier raw XP requirements (Tier 1, Tier 2, Tier 3) rather than deducting flat levels from high-level players.
Enhanced Server-Authoritative Network Sync:
Experience updates on dedicated servers now immediately dispatch synchronized packets to client connections, eliminating visual delay or bar desynchronization.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yeKhazWw:fVgj7p8k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yeKhazWw:fVgj7p8k"
}

