All versions
2.5.0
Release
Wildex Bestiary 2.5.04 months ago 104
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
2.5.0 - 2026-03-02
Added
Added XP display to the Loot tab:
new XP row
XP value is shown as a range (min-max) when multiple outcomes are possible
Added player-kill XP extraction pipeline on the server and synced it through the existing loot payload/cache flow.
Added Ender Dragon XP handling in the XP extractor:
first-kill and repeat-kill values are now represented correctly instead of showing 0.
Fixed
Fixed mob list names not updating correctly after language changes.
Fixed Cat/Wolf/Frog variant probing reliability:
improved holder/registry-aware variant candidate discovery
improved stable token resolution for holder-based values
cleaner variant raw value formatting for names/tokens
Fixed Wither loot sampling so the guaranteed Nether Star is represented in Wildex loot results.
Fixed an early-client-tick crash caused by reading client config values before NeoForge finished loading the config.
Compatibility
Existing worlds are supported.
No world/save data migration required.
Multiplayer-safe: server-authoritative data flow remains intact.
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:NiLz1hiU:3MfIWhgz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NiLz1hiU:3MfIWhgz"
}

