diff --git a/src/better_death_drops/data/better_death_drops/function/internal/chat/incr_time.mcfunction b/src/better_death_drops/data/better_death_drops/function/internal/chat/incr_time.mcfunction index 42868e2..b5fc27d 100644 --- a/src/better_death_drops/data/better_death_drops/function/internal/chat/incr_time.mcfunction +++ b/src/better_death_drops/data/better_death_drops/function/internal/chat/incr_time.mcfunction @@ -1,9 +1,5 @@ scoreboard players add despawn_time bdd_vars 1 -#1200 ticks is one minute. -#-32767 is the max number to tick down from - - execute if score despawn_time bdd_vars matches 30.. run scoreboard players set despawn_time bdd_vars 30 # Updates the despawn time in ticks.