Skip to content

Releases: AntiquityMC/Nbt

Nbt 1.1.1

16 Aug 14:04
Compare
Choose a tag to compare

Fixed

Both bugs fixed by PR #1 by @BelgianSalamander:

  • getString used constant "key" (as a string) instead of actual key parameter
  • CompoundTag.getDouble() casts Tag to FloatTag instead of DoubleTag

Nbt 1.1.0

05 May 16:07
Compare
Choose a tag to compare

Added

  • StringTag.getValue for getting the value of the tag
  • CompoundTag.getString for getting a string from a compound

Nbt 1.0.0

04 May 15:58
Compare
Choose a tag to compare

Initial release.