"Does Entity Exist " and "Get Nearest Entity" Aren't Detecting Entities Properly

Started by young.darius33… on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"Does Entity Exist " and "Get Nearest Entity" Aren't Detecting Entities Properly

I'm trying to make armor stands detected around me go flying towards the direction I'm facing, and It works perfectly, except for some reason my hitbox has to be touching the armor stand's hitbox in order for it to work, otherwise nothing happens.

Here's the part of the procedure:

https://imgur.com/a/mvFJazZ

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh and I forgot to mention I…
Wed, 11/02/2022 - 22:45

Oh and I forgot to mention I'm having the same exact problem when I use "Entity Iterator"

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Doesn't "get nearest" just…
Fri, 11/04/2022 - 15:38

Doesn't "get nearest" just create a copy of the mob (for checking if the mob has a certain amount of hp or smth)

it detects in a square cube,…
Fri, 11/04/2022 - 17:14

it detects in a square cube, so pretty much half the number of blocks as the number you put in.