6 lines
249 B
Mcfunction
6 lines
249 B
Mcfunction
|
# Desc: If the dropper for the merger is destroyed, calls the destroy function
|
||
|
# Called by: #fh_main/half_second
|
||
|
# Datapack made by FieryHammer
|
||
|
|
||
|
execute at @e[tag=fh_merger] if block ~ ~1 ~ minecraft:air run function ench_merger:merger/destroy
|