From 684026713aa8bf3026c7ffaea4aecaf92d882151 Mon Sep 17 00:00:00 2001 From: plexion <46572320+plexiondev@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:12:11 +0000 Subject: [PATCH] run at falling blocks --- data/lavarising/functions/main.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lavarising/functions/main.mcfunction b/data/lavarising/functions/main.mcfunction index fed8781..d0bc9ab 100644 --- a/data/lavarising/functions/main.mcfunction +++ b/data/lavarising/functions/main.mcfunction @@ -32,7 +32,7 @@ execute if score legacy global matches 1.. if score rise_height_limit global mat # performance execute if score period internal matches 2 if score kill_all_falling_blocks global matches 1.. run kill @e[type=falling_block] # kill nearby falling blocks -execute if score period internal matches 2 if score kill_nearby_falling_blocks global matches 1.. as @e[type=falling_block] run function lavarising:system/performance/nearby_blocks +execute if score period internal matches 2 if score kill_nearby_falling_blocks global matches 1.. as @e[type=falling_block] at @s run function lavarising:system/performance/nearby_blocks # riser main execute if score period internal matches 2 as @e[tag=riser,limit=1] at @s run function lavarising:system/riser/main