diff options
Diffstat (limited to 'builtin/game/features.lua')
-rw-r--r-- | builtin/game/features.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 8e5104867..0af0dc1da 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -12,6 +12,9 @@ core.features = { no_chat_message_prediction = true, object_use_texture_alpha = true, object_independent_selectionbox = true, + httpfetch_binary_data = true, + formspec_version_element = true, + area_store_persistent_ids = true, } function core.has_feature(arg) |