Skip to content

Commit

Permalink
Disable collectables in crab hockey
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 22, 2024
1 parent 02e1c10 commit 1034199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/lt/authority_behaviors/hockey.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit 1034199

Please sign in to comment.