Started by
91arrows
on
Topic category: Help with Minecraft modding (Java Edition)
i wanna execute a procedure based on the entity closest to my custom entity
the problem is that the closest entity to my custom entity is the custom entity itself, so it executes the procedure based on the custom entity
i want to either be able to find the second closest entity, third closest entity etc., or be able to find the closest entity that's not my custom entity
how did you find the closest entity?