Tags
Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
Updated 5 days ago
All versions
3.4.18+A-26.1.2
Alpha
VO: Better Dogs 3.4.18+A-26.1.23 months ago 59
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
[3.4.18+A-26.1.2] - 2026-05-22
Summary
The "Mixin Modularization & Audit Cleanup" update. Implements modular mixins to satisfy codebase complexity limits and resolves all static audit violations.
- Mixin Modularization: Extracted the Social Brain AI, genetics (DNA), affinity mapping, and social scheduler tick loops out of
WolfMixin.javainto a new dedicatedWolfSocialMixin.javato stay under the 300 LOC limit. - Import Hygiene: Batch-cleaned all duplicate and unused imports across the 75+ Java/Kotlin files in the project.
- Verified Citations: Prepended standard
// Verified against: ... (26.1.2+)headers to the beginning of all source code files. - Platform Sync: Updated Modrinth and CurseForge description pages to explicitly declare Java 25 requirements and include the 6 missing features (Litter, Zoomies, Group Howl, Storm Anxiety, Scavenge/Feeding, Dynamic Spawning) for full concept parity. Added raw GitHub URLs to CurseForge media links to prevent cached image load failures.
Optional dependencies
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:e7H8SUmG:ZDA7uFQi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e7H8SUmG:ZDA7uFQi"
}





