Skip to content

Version 1.0.2

Latest
Compare
Choose a tag to compare
@I-Al-Istannen I-Al-Istannen released this 24 Sep 14:49
· 10 commits to master since this release

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.