gc / citizens

BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Movement system refactor #9

Open gc opened 1 year ago

gc commented 1 year ago

To make walking/movement look natural and not weird as it does now: Pathfinding logic from https://github.com/Mrnice98/Companion-Pets-Plugin/blob/master/src/main/java/com/example/PathingLogic.java Change our moveTo method to be like the one in this plugin too^ Ensure wanderingcitizens cannot walk through/on obstacles

Squimbert commented 10 months ago

would love to see animation smoothing and more natural movement as well.