Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 months ago
All versions
1.0.0
Release
AlaHorde 1.0.02 months ago 32
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
Added
- Per-species kill counter persisted in per-world
SavedData— every kill of a hostile mob (zombie, skeleton, creeper, wither, …) is tracked across the whole world. - Progressive scaling: every 25 kills of a species bumps that species' level. New spawns get +10% HP, +8% attack damage, +5% movement speed, +10% bonus XP per level. Cap at level 20. All multipliers and thresholds are configurable.
- RPG-style
[Lv.N]label above each spawned mob with color tier (gray → white → yellow → gold → red). - Bosses included — Wither, Ender Dragon and Warden scale by the same formula. Only attribute base values are touched, so boss AI phases stay intact.
- Level-up announcement: chat broadcast (configurable radius, server-wide by default) plus flame and smoke particles at the kill site.
- Master
enabledtoggle in the in-game Mods → Settings UI to disable AlaHorde without removing the jar. excludedMobsconfig list to opt specific species out of the leveling system./alahorde infocommand — shows tracked species with translated names and progress (op-free)./alahorde reset all|<mob_id>op-only command (permission level 2).- Anti X-Ray: client-side label occlusion — the level label hides when blocked by a solid block. Glass and leaves still let labels through.
- 10 locales: English, Русский, Українська, Deutsch, Español, Français, Português (BR), 日本語, 简体中文, Polski.
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:vxLEpNRK:E5sJgXwv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vxLEpNRK:E5sJgXwv"
}

