Skip to content

Releases: saicone/nbt

1.0.3

19 Dec 21:33
b1677cb

Choose a tag to compare

Additions

  • mapper-minecraft117 tag mapper module for pre-1.21.5 Minecraft code.

Changes

  • Updated ZipFormat utility class.
  • Renamed module mapper-minecraft to mapper-minecraft1215.
  • Renamed YarnTagMapper class to MinecraftYarnTagMapper.

Bug Fixes

  • Accessibility check on minecraft yarn mapper.

Full Changelog: 1.0.2...1.0.3

1.0.2

25 Jun 05:01
6abcbab

Choose a tag to compare

Additions

  • bungeecord tag mapper for newer Bungeecord versions.
  • minecraft yarn tag mapper for yarn mapped Minecraft code.
  • packetevents tag mapper for PacketEvents-depend projects.
  • Versioned tag reader to read SNBT format on a specific version.
  • Support to latest SNBT specification (since MC 1.21.5).

Changes

  • Now TagConfig make an early check before try to read a unquoted tag.

1.0.1

20 Feb 15:02
ef1bab7

Choose a tag to compare

Additions

  • ViaNBT tag mapper for ViaVersion-related projects.
  • TagMapper#copy() method to copy tag objects.

Changes

  • Now Minecraft mapper use NumericTag cast.

1.0.0

10 Feb 13:25
b38396f

Choose a tag to compare

Initial release