EtherealOnyx / Parties

An rpg-like party system for Minecraft. Currently contains 24 customizable elements with direct support for 16+ mods! Also provides extra features like xp sharing, stage syncing, and more.
4 stars 0 forks source link

Model renderer on party members have syncing issues. #135

Closed EtherealOnyx closed 1 year ago

EtherealOnyx commented 1 year ago

In vanilla's code, the model rendering is set to update every tick, ignoring all partial ticks. Rendering it this way will fix the issue, but will make the model render have a lower frame rate.