ElCeejo / draconis

Adds Dragons and related resources and equipment to Minetest Game
MIT License
18 stars 23 forks source link

Draconis animation is buggy after recent updates #48

Open ronoaldo opened 2 months ago

ronoaldo commented 2 months ago

The tail animation makes it look like a helicopter in Minetest 5.9.

https://youtu.be/-eyMRYPtfHI

appgurueu commented 2 months ago

This was caused by a behavioral change in 5.9.0. There will be a fix in 5.9.1 / 5.10.0. See https://github.com/minetest/minetest/pull/15007. A mod-side workaround is possible however (you would just need to store the euler angles passed to set_bone_override yourself).