Skip to content

Add support for little endian

Compare
Choose a tag to compare
@Querz Querz released this 11 Jan 11:46
· 20 commits to master since this release
ae1f2ba

This release adds support for little endian serialization / deserialization for Minecraft Bedrock Edition.

Details:

  • Added support for little endian serialization / deserialization.
  • NBTUtil now has helper functions to load / save NBT data with little endianness.
  • Added load flag to only load raw data and skip dat avalidation in chunks.
  • Fixed a bug where biome indexes were calculated incorrectly.
  • Fixed a bug where the type of an empty ListTag was set incorrectly when casting.