XunLib

A common code library designed to ease mod dev

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

Fabric

modImplementation "curse.maven:xunlib-1245630:7422086"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Xunlib v2.1.5 Changelog

Breaking Changes

  • Removed @PersistentNbt & NBT Automation:
    • Entire @PersistentNbt annotation system and related NBT automation removed
    • Reason: Inflexible and redundant
    • Migration: Use standard CompoundTag serialization in saveAdditional() and loadAdditional()

Fixes

  • combineAsNamespacedID Method:
    • Fixed formatting to include colon (:) between namespace and path
    • Before: "namespacepath_part1_part2"
    • After: "namespace:path_part1_part2"