Rework texture generating code, add texture grouping via ( ... )
This commit is contained in:
parent
21f38e1fcb
commit
b0be73b638
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue