Fix negative offsets not being supported by container[]
[oweals/minetest.git] / builtin / game / features.lua
index ef85fbbc373431c59571ded52bdc0c54fceee42c..cf21303c7c74420f68ef9d765561e3a5b3a01591 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,
@@ -11,6 +10,9 @@ core.features = {
        area_store_custom_ids = true,
        add_entity_with_staticdata = true,
        no_chat_message_prediction = true,
+       object_use_texture_alpha = true,
+       object_independent_selectionbox = true,
+       httpfetch_binary_data = true,
 }
 
 function core.has_feature(arg)