VO: Better Dogs

Enhances vanilla wolves with unique personalities (Aggressive, Pacifist, Normal), smarter AI, safety behaviors, and combat improvements.

File Details

vanilla-outsider-better-dogs-3.4.16+R-26.1.2.jar

  • R
  • May 30, 2026
  • 407.39 KB
  • 758
  • 26.1.2
  • Fabric

File Name

vanilla-outsider-better-dogs-3.4.16+R-26.1.2.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:vanilla-outsider-better-dogs-1439098:8168024"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[3.4.16+R-26.1.2] - 2026-05-21

Summary

The production Release version of the "Clean Gamerules" and "Optional GUI Integration" features.

  • Divider Removal: Completely deleted all dummy visual divider gamerules (div_general, div_health, etc.) from the registry, removing interactive ON/OFF buttons on dividers. All Better Dogs settings are now listed under a single, unified category.
  • Optional GUI Support: Fully integrated with Cloth Config API and ModMenu to allow GUI-based customization of the mod's 50+ settings.
  • Dedicated Server Compatibility: GUI construction and Cloth Config calls are lazily loaded inside client-only entrypoints, ensuring safety on dedicated servers.
  • Config Relocation: Moved global configuration path directly to the config root folder as config/vanilla-outsider-better-dogs.json to prevent namespace collisions.
  • Dependency Cleanliness: Cleaned up the fabric.mod.json dependencies, setting dasik-library to wildcard dependency * for better installation compatibility (since players are unlikely to install outdated library versions, the wildcard is used for development convenience).