1.0.1
Compatibility
Changes
Changelog
All notable changes to Wandering Wildlife are documented here.
[1.0.1] - 2026-04-12
Changed
- Released as 1.0.1 for distribution (version metadata aligned with the Minecraft 26.1 build).
Minecraft 26.1 (1.26) on Fabric
This line targets Minecraft 26.1 on Fabric with unobfuscated game code and non-remapping Loom (Mojang names; Yarn mappings removed).
Requirements
- Java 25 or newer (runtime and Gradle toolchain).
- Fabric Loader ≥ 0.18.6 (see Fabric develop for current pins).
- Fabric API for 26.1 (e.g. 0.145.1+26.1 or a compatible newer build).
For players
- Red pandas, spawn egg, jungle spawning, sleep and threaten behavior, bamboo breeding, and egg-based trust behave as before, on 26.1.
For modpack authors
- Not compatible with Minecraft 1.21.x or older Fabric/Yarn-based builds of this mod. Treat as a new game version line.
Technical notes
- Build uses Gradle 9.4+, Fabric Loom 1.16, and the Foojay toolchain plugin so JDK 25 can be auto-provisioned when missing locally.
- Client code updated for 26.1 rendering and model APIs (
ModelLayerRegistry,LayerDefinition/geombuilders,AgeableMobRendererpattern). - Creative tab integration uses
CreativeModeTabEvents.modifyOutputEvent(Fabric API for 26.1).
Earlier versions
Prior development targeted Minecraft 1.21.x with Yarn and remapping Loom; that line is superseded by 1.0.1 on 26.1.
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:EiDCtG1n:pgNIYO3D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EiDCtG1n:pgNIYO3D"
}

