MineInAbyss / Mobzy

Config-driven custom mobs for Spigot using ECS
https://mineinabyss.com/Mobzy/
MIT License
41 stars 7 forks source link

Better MoveControllers for flying and swimming mobs #32

Open 0ffz opened 3 years ago

0ffz commented 3 years ago

The controller for flying mobs doesn't seem to respect the flying speed attribute, so all the flying mobs fly at the same speed. Last time I checked, I think same goes for the fish, I don't think we can change swim speed.

I'd like to either find a way to fix this with vanilla controllers or write our own that support this.