Traben-0 / Entity_Texture_Features

A Minecraft Fabric & Forge mod that adds random, emissive & blinking textures for mobs, skins and much more!
GNU Lesser General Public License v3.0
120 stars 22 forks source link

[BUG] Personality mod incompatibility #176

Closed LeKripiY closed 11 months ago

LeKripiY commented 1 year ago

So there's this mod by team abnormal named Personality which adds climbing animation, and keybinds for sitting and crawling. If your skin has an emissive texture, when you sit the emissive pixels will stay at their place and not follow the skin.

screens: image

image

Setup:

Traben-0 commented 11 months ago

hmm, there is little i can do here, it seems this mod doesn't actually apply these animations to the player model or atleast reverts them quickly or is rendering a totally seperate model I'm not sure why they'd be doing it that way, but any method that applies these changes to the model returned by "getModel()" in the LivingEntityRenderer for players should work fine for emissives if you want to tell the dev that