ShyNieke / StatuesMod

A little decorative and functional mod
https://www.curseforge.com/minecraft/mc-mods/statues
Other
8 stars 5 forks source link

fix: Player models #57

Closed sekwah41 closed 2 years ago

sekwah41 commented 2 years ago

This fixes the issues with slim textures on player models not getting the correct data.

sekwah41 commented 2 years ago

This can also be used to store the ResourceLocation client side. If the resources or game profile is already cached it will detect that and not call for it, as well as it will only return once the texture data has been downloaded. So until it has been set it should render a steve or an Alex based on UUID.

Though that can be added later or in another PR.