diff options
Diffstat (limited to 'builtin/game/features.lua')
-rw-r--r-- | builtin/game/features.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 583ef5092..73b16361e 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -21,7 +21,9 @@ core.features = { use_texture_alpha_string_modes = true, degrotate_240_steps = true, abm_min_max_y = true, + particlespawner_tweenable = true, dynamic_add_media_table = true, + get_sky_as_table = true, } function core.has_feature(arg) |