Expose collision information to LuaEntity on_step
This commit is contained in:
parent
031321cbb8
commit
93985fccf5
|
@ -16,6 +16,7 @@ core.features = {
|
||||||
formspec_version_element = true,
|
formspec_version_element = true,
|
||||||
area_store_persistent_ids = true,
|
area_store_persistent_ids = true,
|
||||||
pathfinder_works = true,
|
pathfinder_works = true,
|
||||||
|
object_step_has_moveresult = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
function core.has_feature(arg)
|
function core.has_feature(arg)
|
||||||
|
|
Loading…
Reference in New Issue