1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Add staticdata parameter to add_entity (#5009)

* Add staticdata parameter to add_entity
* Add add_entity_with_staticdata to core.features
This commit is contained in:
Rui 2017-01-10 04:39:45 +09:00 committed by Ner'zhul
parent 8e7449e092
commit ec30d49e02
3 changed files with 6 additions and 3 deletions

View file

@ -9,6 +9,7 @@ core.features = {
no_legacy_abms = true,
texture_names_parens = true,
area_store_custom_ids = true,
add_entity_with_staticdata = true,
}
function core.has_feature(arg)