Tags
Creators
Details
3.5.2
Compatibility
Required content
Changes
*Fixed bug that meant if the server lags while a player is levelling up or skilling attributes, if they spam clicked the buttons they could get extra points because the S2C packet would be delayed. What is the fix? Add a small client-side delay for each button that means players cannot spam-skill.
+Added /playerex resetChunk command that resets a chunk's experience negation factor: this is for use when users configure the mod such that chunk experience reverts to vanilla system, but after its experience negation factor has been reduced already (this would cause chunks to permanently be locked experience-wise, so long as they configuration was set to vanilla behaviour).
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:o5GUN4b1:3aJLgtoZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o5GUN4b1:3aJLgtoZ"
}




