promotional bannermobile promotional banner

VO: Better Dogs

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

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

File namevanilla-outsider-better-dogs-3.6.5+A-26.1.2.jar
Uploader
DasikIgaijinDasikIgaijin
Uploaded
Jun 12, 2026
Downloads
16
Size
426.4 KB
Mod Loaders
Fabric
File ID
8234816
Type
A
Alpha
Supported game versions
  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:vanilla-outsider-better-dogs-1439098:8234816"

Learn more about Curse Maven

What's new

## [3.6.5+A-26.1.2] 
### Summary
The **"Guard Mode Particle Fix"** patch. Restricts personality particle emissions to Guard Mode only and implements server-side synchronization.
- **Guard Mode Particle Gating**: Modified personality particle ticking (Flame, Note, Happy Villager) in `WolfMixin.java` to strictly check `betterdogs$isGuardMode()`. Personality particles now only emit when the wolf is on active Guard Mode.
- **Client Synchronization Fix**: Migrated debugging particle ticks in `WolfMixin.java` to run exclusively on the server side and transmit using `serverLevel.sendParticles()`. This ensures clients receive the actual, correct personality particles (Flame for Aggressive, Note for Pacifist, Happy Villager for Normal) without requiring network sync for the client-side attachments.