Started by
kittenbimble
on
Topic category: Help with Minecraft modding (Java Edition)
I made a procedure that randomize entities textures, how can I edit it so It will only play once?
at least so if the player tamed one of the entities, its texture won't be randomized every time the player loads into the world
In this case I would suggest setting a string NBT tag on the entity. In your procedure, if the entity's tag is empty, change the texture and set the tag. If the tag already exists, just set the texture.