Started by
GVS_2008
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod and I want to change the entity texture right clicking with a item,without despawning the entity.
I already saw this in other mods,but I can't find a tutorial.
Someone help,please!
I only know the way of:
1 Create a duplicate of your item but chaning the texture.
2-Procedure, When right-Clicked: set item in main hand of [ event/target ] entity to that object
3-You can wait X ticks or another event (like being right clicked again) and change the item again to the other.