From ea78df266c39ffb95f6de17a5f2729c88df78b41 Mon Sep 17 00:00:00 2001 From: Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:35:47 +0100 Subject: Update MapBlk serialization to zstd --- mapblk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapblk.go') diff --git a/mapblk.go b/mapblk.go index f40a504..c91c082 100644 --- a/mapblk.go +++ b/mapblk.go @@ -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 -- cgit v1.2.3