Fix negative offsets not being supported by container[]
[oweals/minetest.git] / builtin / game / features.lua
index 2aad458da04b19eefb3e231b7717c8521fa3ae41..cf21303c7c74420f68ef9d765561e3a5b3a01591 100644 (file)
@@ -3,12 +3,16 @@
 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,
        texture_names_parens = true,
        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)