]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - builtin/game/features.lua
Translated using Weblate (Lithuanian)
[dragonfireclient.git] / builtin / game / features.lua
index e6787a564e15baaa6591858c2e924fc3c4ff6719..623f8183b6aa06f19ee07548466257e9188b8f06 100644 (file)
@@ -3,7 +3,6 @@
 core.features = {
        glasslike_framed = true,
        nodebox_as_selectionbox = true,
-       chat_send_player_param3 = true,
        get_all_craft_recipes_works = true,
        use_texture_alpha = true,
        no_legacy_abms = true,
@@ -12,6 +11,11 @@ core.features = {
        add_entity_with_staticdata = true,
        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,
+       pathfinder_works = true,
 }
 
 function core.has_feature(arg)