How to do a procedure IF you are looking at nothing

Started by Putseem on

Topic category: Help with Minecraft modding (Java Edition)

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?

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

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.

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