Skip to content

Commit

Permalink
Add goat horn to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
DinnerBeef committed Nov 5, 2023
1 parent 4558fd4 commit 82ca6a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/lt/functions/utility/hosts/easter_eggs.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ execute as @s if data entity @s {ProfileID: [I;1136400850,1419657815,-2082778962
#anonymous
execute as @s if data entity @s {ProfileID: [I;0,0,0,0]} run disguise as tropicraft:tapir {undercover:true}
execute as @s[tag=!leadboardSpeical] unless data entity @s {ProfileID: [I;0,0,0,0]} unless data entity @s {CustomName:'{"text":"CreeperHost"}'} run disguise clear

#execute as @s[tag=!leadboardSpeical] if entity @s {CustomName:'{"text":"CreeperHost"}'} run disguise as tropicraft:tropicreeper
## ADD CreeperHost To This List
execute if entity @s[type=player] run tellraw @p {"text":"Execute","bold":true,"color":"dark_aqua","clickEvent":{"action":"run_command","value":"/execute as @e[tag=hostDummy] run function lt:utility/hosts/easter_eggs"}}
3 changes: 2 additions & 1 deletion data/lt/tags/items/build_mode_main_blacklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
"ltdonations:donation_redstone",
"ltminigames:plushie",
"ltminigames:big_red_button",
"ltminigames:collectible_compass"
"ltminigames:collectible_compass",
"minecraft:goat_horn"
]
}

0 comments on commit 82ca6a2

Please sign in to comment.