Started by
CosmicFoam
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to create a mod where there would be a mob that could create clones of itself or summon other mobs with an illusioner-like effect. Is there any way to achieve this or should I try to adapt it so the mob only spawns different mobs at times and have a simpler approach.
make 3 local variables x, y and z
that's all i can do for know, my idea is to make these entities teleport at ~x ~y ~z from the original entity, i hope you get mu=y idea but that's all i can do