X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=builtin%2Fgame%2Ffeatures.lua;h=623f8183b6aa06f19ee07548466257e9188b8f06;hb=548efbf16f25aa831b48616fd012b9e5e1963fd3;hp=e6787a564e15baaa6591858c2e924fc3c4ff6719;hpb=821e3f7072b040f57e33785536a4f00a064a0069;p=dragonfireclient.git diff --git a/builtin/game/features.lua b/builtin/game/features.lua index e6787a564..623f8183b 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -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)