Skip to content

Commit

Permalink
Reset dummy players held items if not a person with easer egg
Browse files Browse the repository at this point in the history
  • Loading branch information
DinnerBeef committed Oct 28, 2023
1 parent de00ea0 commit 5b25774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/lt/functions/utility/hosts/easter_eggs.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Resets to empty hand
execute as @s run data modify entity @s HandItems set value [{},{}]
#DinnerBeef - Debug
execute as @s if data entity @s {ProfileID: [I;-1485293637,-1100069853,-1638540787,-1475363801]} run data modify entity @s HandItems set value [{id:"create:clipboard",Count:1b},{}]
#Direwolf20
Expand Down

0 comments on commit 5b25774

Please sign in to comment.