Skip to content

Releases: Ynverxe/nbt-structure

1.4.0

27 Aug 19:51
3531cf8
Compare
Choose a tag to compare

1.4.0 (2023-08-27)

Features

  • add method to determine if a NBT object is primitive (e003110)
  • add support from SNBT conversion (text -> nbt & nbt -> text) (70c71a2)
  • add utility method to read nbt entries (99ad92e)
  • nbt-readable: add some read methods (cf47751)
  • nbt: add method to guess the content of the array and return an NBTArray (f4caac2)

Bug Fixes

  • NBTEnd: set constructor visibility as private (3b69b5a)

1.3.0

27 Aug 18:05
8d177a4
Compare
Choose a tag to compare

1.3.0 (2023-08-27)

Features

  • add method to determine if a NBT object is primitive (e003110)
  • add support from SNBT conversion (text -> nbt & nbt -> text) (70c71a2)
  • nbt: add method to guess the content of the array and return an NBTArray (f4caac2)

Bug Fixes

  • NBTEnd: set constructor visibility as private (3b69b5a)

1.2.1

30 Jul 23:59
Compare
Choose a tag to compare
feat: add more nbt read methods

1.0.0

16 Jul 20:56
Compare
Choose a tag to compare
feat: add utility method to read nbt entries