Links
Tags
Creators
Details
All versions
3.0.0-26.1
Release
Wildex Bestiary 3.0.0-26.15 months ago 74
Compatibility
Minecraft: Java Edition
26.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
[3.0.0] - 2026-03-26
This entry documents the 26.1 port work for Wildex 3.0.0.
Ported
- Ported Wildex from the previous 1.21.11 branch to Minecraft 26.1
- Updated the project to NeoForge 26.1.0.4-beta
- Updated the build/runtime target to Java 25
- Updated the client code to the current 26.1 rendering, GUI extraction, and related API changes
Migration and Compatibility
- Added automatic migration for existing Wildex SavedData into the current 26.1 save layout
- Added automatic migration for legacy Wildex config files into config/wildex/
- Preserved already-migrated target files instead of overwriting them
- Verified that migrated discovery data still loads correctly in upgraded worlds
Fixed
- Fixed compile and runtime breakages caused by the 26.1 API changes
- Fixed Wildex screen rendering issues caused by the new GUI extraction pipeline
Notes
- This changelog intentionally covers only the 26.1 port work, not older 3.0.0 gameplay features that already existed on previous Wildex branches
- Backing up existing worlds before the first upgrade launch is still recommended
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:k2A1WvkZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NiLz1hiU:k2A1WvkZ"
}

