This huge update adds to NBTItem the following new supported classes: NBTEntity and NBTTileEntity! You are able to change all data they contain! Sadly it isn't possible to add custom tags to them.(They will just vanish!)
Changes:
- You can now access into the folder like structures of NBT Tags using the Compound methods
- Using the toString() method on NBTItem/NBTEntity/NBTTileEntity returns a tree structure of all NBT tags
- Added many new supported data types like Bytes, IntArray, ByteArray, Lists(String and Compound Lists)
- Changed from MCStats to bStats
- Currently the 1.7 support is removed!
- 1.12 support
- These changes allow you to access and change basiclly all NBT data of Items/Entities/TileEntities! (Yes all vanilla tags are reachable)
- Easy class to check the servers version (MinecraftVersion)