Started by
Cosmic_Mango33
on
Topic category: Advanced modding
I want to be able to either change the texture or despawn and spawn a different mob when I put a custom nametag onto a mob.
Topic category: Advanced modding
I want to be able to either change the texture or despawn and spawn a different mob when I put a custom nametag onto a mob.
if - display name of entity = “name”
despawn event target entity
summon new entity at xyz type : (entity with new skin)
make sure to put this on tick for the original entity, not the one with the new skin