Damage entities in front of player

Started by ClOud1076 on

Topic category: Help with modding (Java Edition)

Last seen on 11:43, 29. Mar 2024
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.

Last seen on 13:58, 21. Jan 2023
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

 

Last seen on 11:43, 29. Mar 2024
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?