summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2014-07-24 21:55:09 +0200
committersfan5 <sfan5@live.de>2014-07-29 20:02:56 +0200
commit5884236046c4405eec7cfc12cdde0be9f48058b6 (patch)
tree6fedb63474a74724e41633e9afb487c379060d31 /builtin
parent5357a17bac1a3e4070e1529be1eaae57a48ed524 (diff)
downloadminetest-5884236046c4405eec7cfc12cdde0be9f48058b6.tar.gz
minetest-5884236046c4405eec7cfc12cdde0be9f48058b6.tar.bz2
minetest-5884236046c4405eec7cfc12cdde0be9f48058b6.zip
Rework texture generating code, add texture grouping via ( ... )
Diffstat (limited to 'builtin')
-rw-r--r--builtin/game/features.lua1
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)