The player sit animation model does not have its bottom at Y=0. This causes issues when setting this animation for a player. I believe Luanti assumes that all player models are 0-based.
The rp_boats and rp_bed mods currently use workarounds, so Repixture still works, but it becomes a problem when external mods want to use the sitting animation.
The solution is to update the sitting player model to make sure it is on the floor like the stand animation.
The player `sit` animation model does not have its bottom at Y=0. This causes issues when setting this animation for a player. I believe Luanti assumes that all player models are 0-based.
The `rp_boats` and `rp_bed` mods currently use workarounds, so Repixture still works, but it becomes a problem when external mods want to use the sitting animation.
The solution is to update the sitting player model to make sure it is on the floor like the `stand` animation.