Skip to content

Commit

Permalink
run at falling blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyynn committed Nov 19, 2022
1 parent a6f6a0f commit 6840267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lavarising/functions/main.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6840267

Please sign in to comment.