Started by
andras.kohler
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to create a ender pearl projectile which teleportates me to the place where the ender pearl lands.
The problem:
At the projectile "when entity hits a block" trigger I've tried to "set location of Event/target entity to x,y,z" but when I tested my projectile it went through the blocks, teleport was not working.
Edited by andras.kohler on Sun, 07/07/2024 - 20:22
Because the event target entity Is the projectile, you have to teleport the source entity
Thanks, I will try it!