You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Reselect (currently contains VMT) installed the Tool Tip window for Spawn Eggs flash though all the possible textures for the mob each frame... The cycling of available textures is nice but can it be done at a slower rate?
I am on 1.18.1 using reselect-0.2.0-alpha.5 and inspecio-1.2.1+1.18
The text was updated successfully, but these errors were encountered:
I suspect the reason of the constantly changing texture is that each frame the mock entity to be rendered gets a new UUID.
Reselect uses the entity's UUID to seed the random generator.
A possible solution is to either keep the same UUID for some period of time (e.g. one second or as long as the tooltip is open).
Another solution — if the previous one is unfeasible — could be to let Reselect know that the entity is actually a mock so it can disable the randomness or handle it itself.
With Reselect (currently contains VMT) installed the Tool Tip window for Spawn Eggs flash though all the possible textures for the mob each frame... The cycling of available textures is nice but can it be done at a slower rate?
I am on 1.18.1 using reselect-0.2.0-alpha.5 and inspecio-1.2.1+1.18
The text was updated successfully, but these errors were encountered: