diff options
| author | 20kdc <asdd2808@gmail.com> | 2022-09-28 14:06:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 09:06:14 -0400 |
| commit | b1233056b76aa803123cc304d323887ad5fdfbae (patch) | |
| tree | e8e1417a20614347f2ca9bee32f12c7d63294825 /builtin | |
| parent | 0251b01da66a67ed84f8d27c33aa35f34aaca237 (diff) | |
| download | minetest-b1233056b76aa803123cc304d323887ad5fdfbae.tar.xz | |
Add zstd compression support (#12515)
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/game/features.lua | 1 |
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) |
