Tags
Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
Updated 5 days ago
All versions
4.9.0-26.2
Release
VO: Better Dogs 4.9.0-26.2last month 155
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Changes
[4.8.13-26.2] - 2026-06-21
Added
- Wolf Spawn Multiplier: Introduced a configuration setting and game rule
bd_wolf_spawn_multiplier_percent(default: 1.5x) to dynamically adjust wolf spawning weights in biome settings, making them spawn more commonly.
[4.8.12-26.2] - 2026-06-21
Changed
- Tamed Wolf Wander Restriction: Replaced the owner-unaware vanilla wandering behavior (
WaterAvoidingRandomStrollGoal) with a personality-basedTamedWanderNearOwnerGoal. Wolves now stay closer to their owner: Aggressive (max 14 blocks), Normal (max 8 blocks), and Pacifist (max 4 blocks), preventing them from drifting too far away. - Dynamic Wander Scaling: Integrated the wander radius with the follower spacing offset. In larger packs, the wander boundaries expand dynamically to prevent clumping and overcrowding.
[4.8.11-26.2] - 2026-06-12
Changed
- Guard Alarm Point & Freeze: Pacifist dogs will now stand up, freeze in place, and look directly at the closest detected hostile mob during sentinel alarms.
[4.8.10+A-26.2] - 2026-06-12
Changed
- Directional Guard Alarm Particles: Modified Pacifist watchdog alarm particles to shoot forward in a 60-degree cone aligning with the wolf's looking direction, spawned at head/mouth level.
Optional dependencies
Any compatible version
Any compatible version
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:8IUBQsEg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e7H8SUmG:8IUBQsEg"
}

