noobanidus / miniatures

Fast-moving player clones, primarily used to inflict torment on Sublimiter.
MIT License
0 stars 4 forks source link

Skin does not update with name change #15

Open Niitek opened 2 years ago

Niitek commented 2 years ago

Right now, we need an external mod to trigger the update to the skin. Ideally I would like to run a /data merge to have it update the skin if possible. As a side note, when a mini summoned with a specific skin, but alternate name, the skin will update in the same fashion when using the "carry on" mod. i.e. pick up the mini and when placed back down the skin updates.

noobanidus commented 2 years ago

Okay, I think I understand what's happening now: in order to prevent the multiple-reloading of profiles, there's a check to see whether there is already a valid profile and, if there is, it doesn't try to refresh it.

What I'll need to do is track all the potential changes (i.e., name) that should trigger the profile being replaced. I'll look into it further.