Releases: saicone/nbt
Releases · saicone/nbt
1.0.3
Additions
mapper-minecraft117tag mapper module for pre-1.21.5 Minecraft code.
Changes
- Updated ZipFormat utility class.
- Renamed module
mapper-minecrafttomapper-minecraft1215. - Renamed
YarnTagMapperclass toMinecraftYarnTagMapper.
Bug Fixes
- Accessibility check on minecraft yarn mapper.
Full Changelog: 1.0.2...1.0.3
1.0.2
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
TagConfigmake an early check before try to read a unquoted tag.