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
126 stars 25 forks source link

Caching should be cleared when leaving a world/server #59

Closed PssbleTrngle closed 2 years ago

PssbleTrngle commented 2 years ago

I would suggest that the functionality caching the custom texture for a specific UUID should be clearing the cached data, after the player leaves a world/server. An alternative could be to clear the cache everytime the resourcepacks have been changed/reloaded

Traben-0 commented 2 years ago

they already do with resource/reloading changes, i'll look into triggering it on game leave too