diff options
Diffstat (limited to 'builtin/game/features.lua')
-rw-r--r-- | builtin/game/features.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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) |