-
Notifications
You must be signed in to change notification settings - Fork 0
Version Compatibility
Rifa edited this page Aug 8, 2026
·
6 revisions
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.
Back to Home
Vanilla Outsider: Better Dogs | Vanilla Outsider Collection
Developed with โค๏ธ by Dasik (Rifaditya) | Licensed under GPLv3