diff options
author | Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> | 2022-06-01 11:35:47 +0100 |
---|---|---|
committer | Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> | 2022-06-01 11:35:47 +0100 |
commit | ea78df266c39ffb95f6de17a5f2729c88df78b41 (patch) | |
tree | 8fa8e61a82a48af4b891f76c92eecb2a2f72580c /mapblk.go | |
parent | bcc58cb3048faa146ed0f90b330ebbe791d53b5c (diff) | |
download | mt-ea78df266c39ffb95f6de17a5f2729c88df78b41.tar.xz |
Update MapBlk serialization to zstd
Diffstat (limited to 'mapblk.go')
-rw-r--r-- | mapblk.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ type MapBlk struct { //mt:const uint8(2) // Size of param0 in bytes. //mt:const uint8(1 + 1) // Size of param1 and param2 combined, in bytes. - //mt:zlib + //mt:zstd Param0 [4096]Content Param1 [4096]uint8 Param2 [4096]uint8 |