From 9acd36bf9981cf9cb8e82785508d6eb7f010cc77 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Tue, 10 Sep 2019 21:18:42 +0200 Subject: Formspecs: Introduce formspec_version to mods --- builtin/game/features.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/game') diff --git a/builtin/game/features.lua b/builtin/game/features.lua index cf21303c7..51d21e86c 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -13,6 +13,7 @@ core.features = { object_use_texture_alpha = true, object_independent_selectionbox = true, httpfetch_binary_data = true, + formspec_version_element = true, } function core.has_feature(arg) -- cgit v1.2.3