From 1034199ae1df5bfa2bff25784e3d34f47f8af642 Mon Sep 17 00:00:00 2001 From: UnRealDinnerbone Date: Fri, 22 Nov 2024 12:54:05 -0600 Subject: [PATCH] Disable collectables in crab hockey --- data/lt/authority_behaviors/hockey.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/lt/authority_behaviors/hockey.json b/data/lt/authority_behaviors/hockey.json index 3f24d7df..8bfd279a 100644 --- a/data/lt/authority_behaviors/hockey.json +++ b/data/lt/authority_behaviors/hockey.json @@ -1,5 +1,5 @@ { - "enter_commands": ["tag @s add in_game.hockey"], - "exit_commands": ["tag @s remove in_game.hockey"] + "enter_commands": ["tag @s add in_game.hockey", "collectible lock @s", "clear @s *[minecraft:custom_data={ParkourBlacklist:1b}]"], + "exit_commands": ["tag @s remove in_game.hockey", "collectible unlock @s"] } \ No newline at end of file