Init
This commit is contained in:
7
data/herohost/functions/tnt/core.mcfunction
Normal file
7
data/herohost/functions/tnt/core.mcfunction
Normal file
@ -0,0 +1,7 @@
|
||||
# --- HeroGames - Copyright (c) HeroHost team (code provided by HeroChris). ---
|
||||
|
||||
# give and remove tnt
|
||||
item replace entity @a[tag=hc.get_tnt] armor.head with tnt{HideFlags:1,Enchantments:[{id:"minecraft:binding_curse",lvl:1s}]} 1
|
||||
item replace entity @a[tag=hc.give_tnt] armor.head with air 1
|
||||
tag @a remove hc.get_tnt
|
||||
tag @a remove hc.give_tnt
|
Reference in New Issue
Block a user