Fix Forge's pose stack issue once and for all
embeddedt opened this issue ยท 0 comments
The RenderLivingEvent
has a fatal flaw causing mods that cancel the event to break the pose stack silently. We should patch this since many legacy mods will likely never be updated.
MinecraftForge/MinecraftForge#9500 has a reasonable solution for this (popping anything that was pushed onto the pose in the Pre event).