Skip to content

Commit bf8dda4

Browse files
committed
Fixed tick accelerate error
1 parent dc358ea commit bf8dda4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/sleep/function/app/time_control/time_accelerate.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $execute if predicate sleep:weather_check_thunder run execute as @a[scores={slee
77

88
$execute if predicate sleep:weather_check_raining run execute as @a[scores={sleep.time_in_bed=$(time_until_skip_ticks)}] run weather clear
99

10-
execute if score &tick_accelerate sleep.config matches 1 if score &sleeping sleep.players matches 0 run function sleep:app/time_control/tick_acclerate
10+
execute if score &tick_accelerate sleep.config matches 1 if score &sleeping sleep.players matches 0 run function sleep:app/time_control/tick_acclerate with storage sleep:root data
1111

1212
scoreboard players set &sleeping sleep.players 1
1313

0 commit comments

Comments
 (0)