Offset mobs
slayerhoodz opened this issue ยท 3 comments
Minecraft version: 1.12.2
Wizardry version: 4.3
Environment: Singleplayer and Server
Issue details: If a player has an arrow stuck in them, nearby entities (namely mobs but also items from what I can tell) are offset from their actual position when viewed in 3rd person. These offsets appear to other people
Other mods involved: none
Thanks for posting. Some GL transformations must somehow be left dangling when the arrow is rendered (probably to do with the mirage spell), I'll look into it.
Just an FYI this also happen on first person when opening inventory screen as the player model is also rendered there. This causes the inventory screen to be bugged out, as in all the items are invisible.
Just an FYI this also happen on first person when opening inventory screen
Yes, that is issue #530. They are caused by the same bug but since the effects are different I've left both issues open for clarity. This is actually not to do with the mirage spell as I first thought, it's caused by the player animation system (of course... it seems to cause nearly all the bugs ๐ ). I've identified the cause and will fix shortly.