File Details
vanilla-outsider-better-dogs-3.6.5+A-26.1.2.jar
- A
- Jun 12, 2026
- 426.40 KB
- 8
- 26.1.2
- Fabric
File Name
vanilla-outsider-better-dogs-3.6.5+A-26.1.2.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
## [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.