Tags
Creators
Details
Licensed GPL-3.0-only
Published 11 months ago
Updated 3 weeks ago
All versions
10.7.3
Release
EliteMobs 10.7.33 weeks ago 5,617
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.4–1.21.11
Platforms
Paper
Purpur
Spigot
Changes
EliteMobs 10.7.3:
- [Fix] Elite armor now protects properly against vanilla mobs — all four armor pieces count instead of only one, so a full set no longer defends like a single piece
- [Fix] Proximity boss bars no longer flicker and reorder wildly when several elites are nearby
- [Fix] On-remove block states now only apply when a boss is genuinely defeated, not on shutdown, timeout, or despawn
- [Fix] Axe skill damage bonuses no longer stack additively out of control — the highest multiplier now wins; Riposte now only procs with swords
- [Fix] Summon Merchant enchantment now triggers from the item you actually have equipped or held
- [Fix] Colored script particles (like entity_effect) now render their configured color
- [New] Bedrock (Geyser) players now see NPC role tags, with a configurable height via bedrockNPCRoleYOffset in config.yml
- [Tweak] Command tab-completion for bosses, items, quests, wormholes and more now updates right after imports and reloads instead of needing a restart
- [Tweak] The hourly version check no longer re-prints the same status lines every hour
- [Tweak] The damage indicator particle cap now warns if it can't apply on your server version instead of silently doing nothing
- [Tweak] Removed the unused superMobStackAmount config option
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:ypMp4OVC:D1rNCpLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ypMp4OVC:D1rNCpLn"
}

