Expose collision information to LuaEntity on_step

This commit is contained in:
sfan5 2020-04-14 14:11:33 +02:00 committed by Nils Dagsson Moskopp
parent 031321cbb8
commit 93985fccf5
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ core.features = {
formspec_version_element = true,
area_store_persistent_ids = true,
pathfinder_works = true,
object_step_has_moveresult = true,
}
function core.has_feature(arg)