Hey,
I am looking for the solution to check if a light block nearby a player has light level 0.
My working code without the check is
I am looking for the solution to check if a light block nearby a player has light level 0.
My working code without the check is
Code:
on player move:
loop all blocks in radius 1.3 around player:
if loop-block is light:
# action
Last edited: