Detecting if a player is underneath an entity

Started by CallMeZord on

Topic category: Help with modding (Java Edition)

Last seen on 11:46, 14. Aug 2023
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Detecting if a player is underneath an entity

I've made a mob that when spawned gets sent to the ceiling using its Y velocity procedure, now I want it to detect if a player stands underneath it so it can fall on them.
I'm not too sure how to do that tho...