Started by
atomicButterprob
on
Topic category: Help with Minecraft modding (Java Edition)
i was about to make a feature to my ghost type mob when they target the enemy they turn invisible and ambush with procedure code
Topic category: Help with Minecraft modding (Java Edition)
i was about to make a feature to my ghost type mob when they target the enemy they turn invisible and ambush with procedure code
you could create a local variable and set it to 1 when your entity targets its target lol
then:
if (localvariable) = 1
do potion effect invisible for x ticks