Tags
Creators
Details
Licensed GPL-2.0-only
Published 2 years ago
Updated 2 weeks ago
All versions
Please read the change-log below so you are aware of any changes that may affect your server.
Has LevelledMobs improved your server? Support the project by leaving a review :).
[ Join our Discord for help / chat! ] • [ Unsure how to update? Click here! ]
Changelog:
* fix custom drops not dropping when using only-drop-if-equipped: true
* fix errors on older minecraft 1.21.x versions
* bump gradle version to 9.6.1
* have distance-from-origin strategy ignore y level when enable-height-modifier is disabled
4.5.3.2
Release
LevelledMobs 4.5.3.2 b1592 weeks ago 1,805
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.4–1.21.11
Platforms
Paper
Purpur
Spigot
Changes
⚔ LevelledMobs v4.5.3.2 ⚔
The Ultimate RPG Mob Levelling Solution • Update 29Please read the change-log below so you are aware of any changes that may affect your server.
Has LevelledMobs improved your server? Support the project by leaving a review :).
[ Join our Discord for help / chat! ] • [ Unsure how to update? Click here! ]
Changelog:
* fix custom drops not dropping when using only-drop-if-equipped: true
* fix errors on older minecraft 1.21.x versions
* bump gradle version to 9.6.1
* have distance-from-origin strategy ignore y level when enable-height-modifier is disabled
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:eX8JZ3Zr:dSBu3PRW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eX8JZ3Zr:dSBu3PRW"
}

