Tags
Creators
Details
Licensed CC0-1.0
Published last month
Updated 2 months ago
All versions
0.1.0
Release
Mentalitys | XP Reserve 0.1.02 months ago 28
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
XP Reserve 0.1.0 — Minecraft 1.21.11
Added
- Experience Flask I, II, and III with capacities of 1,395, 5,345, and 30,970 raw XP.
- Partial filling, exact stored-XP tooltips, five fill visuals, and full-flask glint.
- Mending-aware release that repairs eligible gear before returning remaining XP to the player.
- Soul Flask death insurance, crafted from Flask III and a Totem of Undying.
- Vanilla-like recipes, recipe-book discovery, XP Reserve advancements, English/Russian localization, and restrained interaction sounds.
- Optional JEI and REI crafting-recipe display compatibility.
Correctness
- Player XP is handled exactly from the visible level/progress state, including command-driven states where the vanilla total field is stale.
- Flask transfers, upgrades, Mending release, and Soul capture preserve XP according to their documented contracts.
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:4V6pCiJc:o95SBJka"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4V6pCiJc:o95SBJka"
}

