diff options
author | sfan5 <sfan5@live.de> | 2021-03-30 14:04:14 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-03-30 14:40:09 +0200 |
commit | f345d00a436b88e6583896065aab237ff12a9d3d (patch) | |
tree | 388d33ccff99f3f8a1677bfa0aed5bfad928482d /builtin | |
parent | 6c9be39db0d8ae2759cc8d6d5c4b952d13cf4f64 (diff) | |
download | minetest-f345d00a436b88e6583896065aab237ff12a9d3d.tar.gz minetest-f345d00a436b88e6583896065aab237ff12a9d3d.tar.bz2 minetest-f345d00a436b88e6583896065aab237ff12a9d3d.zip |
Add entry in features table for degrotate changes
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 36ff1f0b0..8f0604448 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -19,6 +19,7 @@ core.features = { object_step_has_moveresult = true, direct_velocity_on_players = true, use_texture_alpha_string_modes = true, + degrotate_240_steps = true, } function core.has_feature(arg) |