Skip to content

Commit

Permalink
Give Invs In When Dropper Area
Browse files Browse the repository at this point in the history
  • Loading branch information
DinnerBeef committed Nov 4, 2023
1 parent 28ee82d commit 2644dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/lt/authority_behaviors/dropper_area.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"enter_commands": ["tag @s add in.dropper", "team join dropper @s", "collectible lock @s", "clear @s #ltextras:everything{ParkourBlacklist:1b}"],
"exit_commands": ["tag @s remove in.dropper", "team remove dropper @s", "function lt:game/dropper/gravity/reset", "collectible unlock @s"]
"enter_commands": ["tag @s add in.dropper", "team join dropper @s", "collectible lock @s", "clear @s #ltextras:everything{ParkourBlacklist:1b}", "effect give @s minecraft:invisibility infinite 255 true"],
"exit_commands": ["tag @s remove in.dropper", "team remove dropper @s", "function lt:game/dropper/gravity/reset", "collectible unlock @s", "effect clear @s minecraft:invisibility"]
}

0 comments on commit 2644dde

Please sign in to comment.