File Details
[NeoForge 1.21] v2.1.5
- R
- Jan 5, 2026
- 100.17 KB
- 45
- 1.21.1+1
- NeoForge
File Name
xunlib-neoforge-1.21-2.1.5.jar
Supported Versions
- 1.21.1
- 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 (