promotional bannermobile promotional banner

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.10+A-26.1.2.jar

  • A
  • May 22, 2026
  • 397.21 KB
  • 4
  • 26.1.2+2
  • Fabric

File Name

vanilla-outsider-better-dogs-3.4.10+A-26.1.2.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

I dont recommend you to install this its just testing but i publish it

[3.4.10+A-26.1.2] -

Summary

The "Unified Panel" update. Consolidated the 6 separate GameRule categories into a single unified category with visual divider rules separating each sub-section.

  • Single Category: All Better Dogs GameRules now appear under one "Vanilla Outsider: Better Dogs" category instead of 6 separate ones.
  • Section Dividers: Added 6 empty boolean GameRules (div_general, div_health, div_social, div_war, div_litter, div_spawning) that act as visual section headers with ──── decorations.
  • Rule Reordering: Reorganized registration order so that all Health rules, all Social rules, etc. are grouped together contiguously under their respective dividers.
  • Localization: Full English and Indonesian translations for the unified category and all divider labels.
  • ⚠️ Reset Warning: Existing GameRule values may be reset to defaults due to this structural change.

[3.4.9+B-26.1.2] - 2026

Summary

The "Sanitary Alignment" update. Conducted a thorough code audit and resolved technical debt, naming compliance issues, and internal codename references.

  • Mixin Naming Compliance: Renamed and added @Unique to all custom fields and helper methods in WolfBreedingMixin.java to prevent naming collisions.
  • Banned Code Cleanup: Removed System.out.println from AnimalMixin.java and redirected debug info to the modular WolfDebugLogger using the official Logger API.
  • Anonymization Compliance: Fully sanitized entrypoint classes (BetterDogs.java) and utility classes (WolfCommandHelper.java) to remove any references to internal development codenames.