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
[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.jsonto prevent namespace collisions. - Dependency Cleanliness: Cleaned up the
fabric.mod.jsondependencies, settingdasik-libraryto wildcard dependency*for better installation compatibility (since players are unlikely to install outdated library versions, the wildcard is used for development convenience).