area around player

Started by copper jack on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
area around player

im trying to make all entity except the player in a radius to fly up but i can make it, only works on the player

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't know for sure…
Sat, 11/08/2025 - 01:42

I can't know for sure without seeing your procedure, but I'm guessing you are using a procedure block to get each entity in a square radius around the player?

If so, you need to apply whatever you are doing to make entities fly up to entity iterator instead of event/target entity.

If that doesn't fix it, you will need to either write out the text from your procedure blocks and share here, or take a screenshot of the procedure, upload it to an image hosting website, and use this website's 'insert image via URL' button to share it here. Either way, you will need to share the procedure so I or someone else can see exactly what you are doing and try to help fix it.