Skip to content

Commit

Permalink
Fix elevator not going down
Browse files Browse the repository at this point in the history
  • Loading branch information
supercam19 committed Aug 13, 2023
1 parent e5c2a57 commit e927b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added assets/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions data/elevators/functions/tick.mcfunction
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
execute as @a at @s if score @s e.jumped matches 1.. if block ~ ~-1 ~ white_shulker_box{Lock:"5567353566-5331"} run function elevators:find_upper
execute as @a at @s if score @s e.sneakTime matches 1.. if block ~ ~-1 ~ white_shulker_box{Lock:"5567353566-5331"} if score @s e.cooldown matches ..0 run function elevators:find_lower
execute as @a at @s if score @s e.sneakedTime matches 1.. if block ~ ~-1 ~ white_shulker_box{Lock:"5567353566-5331"} if score @s e.cooldown matches ..0 run function elevators:find_lower
scoreboard players set @a e.jumped 0
scoreboard players set @a e.sneakTime 0
scoreboard players set @a e.sneakedTime 0
scoreboard players remove @a e.cooldown 1

0 comments on commit e927b81

Please sign in to comment.