1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-29 22:50:25 +02:00

Rework texture generating code, add texture grouping via ( ... )

This commit is contained in:
sfan5
2014-07-24 21:55:09 +02:00
parent 5357a17bac
commit 5884236046
4 changed files with 239 additions and 235 deletions

View File

@ -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)