Tags
Creators
Details
1.21.10.4.2+mod
Compatibility
Changes
#10 Fixed Critical Bug
Experience hasn't been stored correctly as mentioned on Issue #4.
This issue has been fixed by enhancing experience restoration with the addition of XpP and XpLevel modifications to the loot_grave function.
IMPORTANT: There may be some issues when opening graves from an older version. Take care to avoid losing your experience while opening them.
#11 Updated the pack up to 1.21.10
The pack has now been updated to the latest version.
Editor's Note:
I made a mistake while packing this pack, and so backwards compatibility is not possible in this version. Please update to 1.21.10.4.1 to use it in older versions!
New versions will also work, but new features as well as bug fixes are only available in the newer Minecraft versions.
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:5Q0BxxUL:aUKGggnY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5Q0BxxUL:aUKGggnY"
}

