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:
@ -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)
|
||||
|
Reference in New Issue
Block a user