Started by
akisephila
on
Topic category: Help with MCreator software
I'm working on an addon for a mod, but I need to create a custom potion effect to be applied by one of the weapons, which will essentially reverse the movement of the enemy affected. Any ideas as to how exactly I could do this?
Edited by akisephila on Fri, 04/09/2021 - 07:03
I don't know how you mean it,
but what I know is that it'll require lots of Custom Code.
Record the location of every entity every number of ticks
Move to the recorded positions in reverse chronological order
I think