You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check object meta before jump and stop process if protected mobs found from area.
Or possibly move mobs but this should be tested well enough with all mobs that can be protected.
One way could be forcing on_move callback implementation for protected mobs, if method not found from definition then stop process. If found then call it, possibly even allow actively canceling jump if return value == false.
The text was updated successfully, but these errors were encountered:
What happens when it fails, will objects still get removed even while mod cannot know that those exist?
i think thats part of the current problems (#91 and #89 partially) i haven't tested it but i guess the objects just don't appear in the list and don't get removed/moved... 🤷
Check object meta before jump and stop process if protected mobs found from area.
Or possibly move mobs but this should be tested well enough with all mobs that can be protected.
One way could be forcing on_move callback implementation for protected mobs, if method not found from definition then stop process. If found then call it, possibly even allow actively canceling jump if return value == false.
The text was updated successfully, but these errors were encountered: