-
Notifications
You must be signed in to change notification settings - Fork 0
Version Compatibility
Home / Version Compatibility
Vanilla Outsider: Better Dogs follows the 1 Jar 1 Version architecture law. Dedicated binaries are compiled and tagged specifically per Minecraft release version:
| Minecraft Version | Mod Release Tag | DasikLibrary Bounds | JDK | Support Status | Target Guide |
|---|---|---|---|---|---|
| MC 26.3 | v5.0.16+26.3 |
>=1.8.8 |
JDK 25 | ๐ข Active (Snapshot) | [[MC 26.3 Guide |
| MC 26.2 | v4.24.1+26.2 |
>=1.8.3 |
JDK 25 | ๐ข Primary Target | [[MC 26.2 Guide |
| MC 26.1.2 | v4.24.1+26.1.2 |
>=1.8.2 |
JDK 25 | ๐ก Maintenance | [[MC 26.1 Guide |
| MC 1.21.11 | Legacy 1.x Series |
Legacy | Java 21 | ๐ด Deprecated | Legacy Archive Only |
Better Dogs originally launched during the Minecraft 1.21.x era. Initial builds established the core concept: giving vanilla wolves unique personality traits (Aggressive, Pacifist, Normal) and physical scale variation without introducing non-vanilla items or entity types.
Following the transition to modern Minecraft 26.x:
-
Zero-Dependency Guard:
ModVersionGuardwas integrated via DasikLibrary to protect servers against classloader mismatch crashes. -
Modern Identifier Syntax: All resource identifiers migrated from
Identifier.of()toIdentifier.fromNamespaceAndPath("vanilla-outsider-better-dogs", path). -
Open-Ended Dependency Bounds:
fabric.mod.jsonuses open-ended lower bounds (e.g."minecraft": ">=26.2-") to prevent strict launcher version locks while enforcing exact compatibility thresholds.
- Primary Target (MC 26.2): Receives all new gameplay features, AI optimizations, performance updates, and instant bug fixes.
- Snapshot Tracking (MC 26.3): Tracks upcoming Mojang snapshot API changes to ensure zero-day readiness upon major game updates.
- Maintenance Builds (MC 26.1.2): Receives critical bug fixes and security patches backported from the primary release line.
- Legacy Deprecation: Pre-26.x releases (such as 1.21.11) are officially retired. Users on legacy versions are encouraged to upgrade to MC 26.2 for improved AI performance, non-blocking pathing safety, and bug fixes.
Vanilla Outsider: Better Dogs is 100% backwards-compatible and completely safe to add to existing Minecraft save files mid-playthrough.
- Zero Data Loss: Existing wolves remain tamed to their respective owners. Their custom names, current health, collar dyes, and equipment are preserved.
- Automatic Attachment Initialization: As soon as pre-existing wolves load in the world, the Fabric Data Attachment API initializes default persistence records without entity resets or health loss.
-
Default Trait Assignment: Existing wolves default to standard
NORMALpersonality behavior and base physical scales. -
Immediate Feature Unlock: Pre-existing wolves immediately gain full access to all mod features:
- Guard Mode: Shift + Right-Click with a Bone to assign sentinel guard positions.
- Favorite Treats: Feeding favorite treats fully heals and grants regeneration buffs.
- Tactical Horn Commands: Respond to Goat Horn tactical orders (Call, Attack, Guard, Follow).
- Adoption System: Shift + Right-Click with Paper to enable ownership transfer to other players.
- Dismounting: Shift + Right-Click with Stick to dismount from seats/boats/minecarts.
- Genetics & Breeding: Offspring bred from pre-existing wolves will fully utilize the new genetics, litter size calculations (1-4 pups), personality inheritance, and stat variance systems.
Back to Home
Vanilla Outsider: Better Dogs | Vanilla Outsider Collection
Developed with โค๏ธ by Dasik (Rifaditya) | Licensed under GPLv3