Skip to content

Releases: I-Al-Istannen/MiniNBT

Version 1.0.2

24 Sep 14:49
Compare
Choose a tag to compare

Changes

  • Rewrote the backing reflection code to be a bit simpler and more maintainable

  • Fixed the TileEntityNBTUtil on 1.9+

ABI / API compatibility

Should be preserved except for the caveats mentioned in the readme:

All utils

  • ReflectionException will now be thrown if initialization or any other operation fails.

ItemNBTUtil

  • getTag now throws an exception if the tag was no compound or is unknown instead of returning an empty tag.
    This will probably not impact you at all, but it still is a change in behaviour.