Started by
Sir_cookie98
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a mob that jumps to move around, but it always walks and only occasionally jumps. I do not want to use slime AI as I want a custom name and drops.
I wish there was a way to disable drops for AI, if that was the case life would be way easier.
Have you tried to find the relevant fragment in AI silme and recreate it? (sorry for my English)
you can do it by overriding it's motion vector to X = get X velocity Y + 2 Z = get Z velocity