Started by
eating a burge…
on
Topic category: Help with Minecraft modding (Java Edition)
so im importing animations for my entity, i add all of them and make it so for the casting animation (its a wizard alien slime thing) it has to have blindness to function. so i make that and go to test it, but when i give the creature blindness, the animation just doesent play. the code is like
If event/target entity has effect blindness
return true
else
return false
and it just doesent work
Potential Issue