I'd like to change the texture of an entity via the json minecraft:variant:{} component but it's not working. Idk if it's the right way but if you know another please tell me.
#Change entity variant
1 messages · Page 1 of 1 (latest)
as far as I remember you cannot get change variant component through scripts till next update.
you can see if the entity has an event taht switches the variant, or you cna add it your self, then you can trigger that event from scripts
I added the jo:cape0 and jo:cape1 events to the player in the behavior file. They aren't working either
ah you wanna change player skins?