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
Mounting for other entities and fix bot not dismounting when the vehicle is gone (#3384)
* dismounting when the vehicle is gone
* solve my problems temporary
* add mounting and dismounting for other entities
* Revert unnecessary changes
This reverts commit a95ee68.
* not checking the entityId when applying passenger vehicle and vehicle passengers in `attach_entity` in `entities.js`
* make sure the vehicle passengers are correctly removed
* rename vehicle to originalVehicle
* remove passenger from vehicle.passengers after passenger left that vehicle
* push passenger to vehicle.passengers
* remove that 💀
* ensure vehicle is not null in `set_passengers`
* Fix linting errors
* Empty commit
* Point the prismarine-entity package to my branch
* Update package.json
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: extremeheat <[email protected]>
Co-authored-by: Romain Beaumont <[email protected]>
0 commit comments