From f476012a3795df23e8787ad12539a8967fdca749 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 10 Dec 2025 00:10:01 +0000 Subject: [PATCH] cleanup function --- .../function/internal/chat/incr_time.mcfunction | 4 ---- 1 file changed, 4 deletions(-) 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.