File Details
[Fabric 1.21] v2.1.5
- R
- Jan 5, 2026
- 100.84 KB
- 11
- 1.21
- Fabric
File Name
xunlib-fabric-1.21-2.1.5.jar
Supported Versions
- 1.21
Curse Maven Snippet
Xunlib v2.1.5 Changelog
Breaking Changes
- Removed
@PersistentNbt& NBT Automation:
- Entire
@PersistentNbtannotation system and related NBT automation removed - Reason: Inflexible and redundant
- Migration: Use standard
CompoundTagserialization insaveAdditional()andloadAdditional()
- Entire
Fixes
combineAsNamespacedIDMethod:
- Fixed formatting to include colon (
:) between namespace and path - Before:
"namespacepath_part1_part2" - After:
"namespace:path_part1_part2"
- Fixed formatting to include colon (