From 5884236046c4405eec7cfc12cdde0be9f48058b6 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 24 Jul 2014 21:55:09 +0200 Subject: Rework texture generating code, add texture grouping via ( ... ) --- 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 2abfe5278..f082b0db8 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -7,6 +7,7 @@ core.features = { get_all_craft_recipes_works = true, use_texture_alpha = true, no_legacy_abms = true, + texture_names_parens = true, } function core.has_feature(arg) -- cgit v1.2.3