1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-12 20:55:27 +01:00

More admonition boxes!

This commit is contained in:
Bradley Pierce
2024-01-25 21:27:56 -05:00
parent 4d18a89e5d
commit 5cb96fe27b
6 changed files with 156 additions and 107 deletions

View File

@@ -340,12 +340,16 @@ See below for description.
# MapBlock Serialization Format
> **Notes**:
> * NOTE: Byte order is MSB first (big-endian).
> * NOTE: Zlib data is in such a format that Python's `zlib` at least can
> directly decompress.
> * NOTE: Since version 29 zstd is used instead of zlib. In addition, the entire
> block is first serialized and then compressed (except the version byte).
> [!NOTE]
> Byte order is MSB first (big-endian).
> [!NOTE]
> Zlib data is in such a format that Python's `zlib` at least can
> directly decompress.
> [!NOTE]
> Since version 29 zstd is used instead of zlib. In addition, the entire
> block is first serialized and then compressed (except the version byte).
`u8` version
* map format version number, see serialization.h for the latest number