-
Notifications
You must be signed in to change notification settings - Fork 0
Version Compatibility
๐ Repository Source Disclaimer: The documentation in this Wiki reflects the current source code state in the repository, which may include recent unreleased commits or developmental features ahead of public release builds on CurseForge and Modrinth.
| Minecraft Target | Mod Version | Build Status | DasikLibrary Target | Dependency Bounds |
|---|---|---|---|---|
| MC 26.2 | 1.4.16+26.2 |
Active / Current | 1.8.3 |
minecraft >=26.2- |
Under the 1 Jar 1 Version law, dependency entries in fabric.mod.json enforce open-ended lower bounds:
"depends": {
"fabricloader": ">=0.19.1",
"minecraft": "${minecraft_dependency}",
"java": ">=25",
"fabric-api": "*",
"dasik-library": "*",
"item_clumps": ">=1.0.18+26.2"
}-
Zero Legacy Schemes: No
1.21.xversion numbers are retained for Minecraft 26.x releases. -
Open-Ended Dependency Lower Bounds:
minecraft >=26.2-permits patch release compatibility without pre-release locks. -
Classpath Verification: Mod initialization executes
ModVersionGuard.checkClassusingThread.currentThread().getContextClassLoader().
All compiled historical release binaries are stored permanently in the repository's Archive Jar of all versions/ directory.
-
stack-size-adjuster-1.4.16+26.2.jar(Current Release) stack-size-adjuster-1.4.15+26.2.jarstack-size-adjuster-1.4.14+26.2.jar-
stack-size-adjuster-1.0.0+26.2.jar(Initial 26.2 Release)
๐ Repository Source Disclaimer: The documentation in this Wiki reflects the current source code state in the repository, which may include recent unreleased commits or developmental features ahead of public release builds on CurseForge and Modrinth.
Copyright ยฉ 2026 Dasik (Rifaditya). Licensed under the GNU General Public License v3.0 (GPLv3).
๐ Home
- Dynamic GameRules
- Category Stack Limits
- Container Drop Optim.
- Large Chest Overflow
- ModMenu & YACL Config
- Item Count Rendering
- Item Clumps Synergies
- Troubleshooting & FAQ
- Developer Setup
- Architecture Layout
- Mixin Reference
- Addon Override API
- Network Sync Protocol
- Give Command Handling
- Behavior Profiles
- Consumer Mods Guide
- Performance Impact
- Advancements Matrix
- Author: Dasik (Rifaditya)
- License: GPL-3.0-or-later