How to do a procedure IF you are looking at nothing

Started by Putseem on

Topic category: Help with modding (Java Edition)

Last seen on 20:03, 16. Sep 2020
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to do a procedure IF you are looking at nothing

Hello! I looked around for a while but I couldn't find an answer. I am trying to make it so that the code will activate the rest of the procedure if the player is only looking at the air and has no block in front of them selected (there is no black outline selected around a block). What would I put in the "if" section of my procedure?

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use the entity raytrace x, y…
Sun, 09/13/2020 - 13:46

use the entity raytrace x, y, z code blocks

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If block at raytraced…
Sun, 09/13/2020 - 15:51

If block at raytraced position = air, do procedure.

Last seen on 19:33, 18. Feb 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here is a tutorial I made:…
Fri, 07/07/2023 - 19:12

Here is a tutorial I made: link