tr7zw / 3d-Skin-Layers

Renders the player skin layer in 3d
Other
180 stars 38 forks source link

Bug with player animator #178

Closed RazorPlay01 closed 3 weeks ago

RazorPlay01 commented 3 weeks ago

Basically when modifying the player animations using the player animator api the second layer of the skin ends up separating from the body at least the head part I have not tried with another skin to be honest. https://youtu.be/xmY1fmuuBN4

tr7zw commented 3 weeks ago

Hm will have to test with BetterCombat and Emotecraft. It certainly used to work.

RazorPlay01 commented 3 weeks ago

it's probably something in the latest version of player animator for minecraft 1.21, I had also used it before and it didn't happen

RazorPlay01 commented 3 weeks ago

Problem solved in the last pull request from ZigyTheBird to PlayerAnimator, they were trying to fix a bug with the layers when using animations made with geckolib and it seems that this mod had been broken.

tr7zw commented 3 weeks ago

Huh interesting

RazorPlay01 commented 3 weeks ago

Indeed, it seems that both the layer 2 of the player's skin and the cape were being repositioned according to the same point of the body when playing the animation and having your animations in which the cape was broken the layers 2 of the skin suffered the same fate, but it seems to be all fixed.