From b980b5404ef6394910f65a553877a1e2a1d25d0d Mon Sep 17 00:00:00 2001 From: chrisbell Date: Fri, 31 Oct 2025 13:25:07 -0500 Subject: [PATCH] Some cleanup --- data/herobrine/function/load.mcfunction | 2 +- data/herobrine/function/teleport_away.mcfunction | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/herobrine/function/load.mcfunction b/data/herobrine/function/load.mcfunction index 345253e..bb3bc48 100644 --- a/data/herobrine/function/load.mcfunction +++ b/data/herobrine/function/load.mcfunction @@ -1,4 +1,4 @@ -# Initialize scoreboard (Recommended Change) +# Initialize scoreboard scoreboard objectives add herobrine_cooldown dummy scoreboard objectives add herobrine_timer dummy scoreboard objectives add herobrine_active dummy diff --git a/data/herobrine/function/teleport_away.mcfunction b/data/herobrine/function/teleport_away.mcfunction index 6a48290..d4bdebd 100644 --- a/data/herobrine/function/teleport_away.mcfunction +++ b/data/herobrine/function/teleport_away.mcfunction @@ -1,10 +1,10 @@ -# Teleport to holding cell +# Teleport away tp @e[type=minecraft:mannequin,tag=herobrine_mannequin] 0 -64 0 # Kill the mannequin after teleporting kill @e[type=minecraft:mannequin,tag=herobrine_mannequin] -# Reset timers (Using corrected objective names) +# Reset timers scoreboard players set #active herobrine_active 0 scoreboard players set #timer herobrine_timer 0 scoreboard players set #cooldown herobrine_cooldown 0