Damage entities in front of player

Started by ClOud1076 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Damage entities in front of player

I know that there's a procedure block that checks entities in a 4x4 box. What I want is that I want to damage nearby entities in front of the player.

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
change the check for in a…
Sat, 12/18/2021 - 02:43

change the check for in a box to just raycasts so that you can kill only those enities

 

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
change the check for in a…
Thu, 04/13/2023 - 14:22

change the check for in a box to just raycasts so that you can kill only those enities

How can i do this?

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use New Procedures Plus+…
Sat, 08/10/2024 - 14:43

Use New Procedures Plus+ plugin, it can execute procedures in front of the player