diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2022-03-05 22:15:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 22:15:41 +0100 |
commit | 44fc888bd64cc00836b0fea0666aa763b2565513 (patch) | |
tree | 74593dc8e5ddc98dbdc04b01753a7aca71f98e6a /builtin/game/features.lua | |
parent | f2d1295fe646105f1b98b0c204f47f781336e211 (diff) | |
download | minetest-44fc888bd64cc00836b0fea0666aa763b2565513.tar.gz minetest-44fc888bd64cc00836b0fea0666aa763b2565513.tar.bz2 minetest-44fc888bd64cc00836b0fea0666aa763b2565513.zip |
Allow get_sky to return a table (#11963)
Diffstat (limited to 'builtin/game/features.lua')
-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 583ef5092..0d55bb01f 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -22,6 +22,7 @@ core.features = { degrotate_240_steps = true, abm_min_max_y = true, dynamic_add_media_table = true, + get_sky_as_table = true, } function core.has_feature(arg) |