aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
author20kdc <asdd2808@gmail.com>2022-09-28 14:06:14 +0100
committerGitHub <noreply@github.com>2022-09-28 09:06:14 -0400
commitb1233056b76aa803123cc304d323887ad5fdfbae (patch)
treee8e1417a20614347f2ca9bee32f12c7d63294825 /builtin
parent0251b01da66a67ed84f8d27c33aa35f34aaca237 (diff)
downloadminetest-b1233056b76aa803123cc304d323887ad5fdfbae.tar.xz
Add zstd compression support (#12515)
Diffstat (limited to 'builtin')
-rw-r--r--builtin/game/features.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua
index bdc1602a2..334d62acc 100644
--- a/builtin/game/features.lua
+++ b/builtin/game/features.lua
@@ -26,6 +26,7 @@ core.features = {
get_sky_as_table = true,
get_light_data_buffer = true,
mod_storage_on_disk = true,
+ compress_zstd = true,
}
function core.has_feature(arg)