Fix negative offsets not being supported by container[]
[oweals/minetest.git] / builtin / game / features.lua
index 8e5104867b78aeda816a8ed4acd7813da9ffc24b..cf21303c7c74420f68ef9d765561e3a5b3a01591 100644 (file)
@@ -12,6 +12,7 @@ core.features = {
        no_chat_message_prediction = true,
        object_use_texture_alpha = true,
        object_independent_selectionbox = true,
+       httpfetch_binary_data = true,
 }
 
 function core.has_feature(arg)