fz-survival-datapack/data/fz/functions/event/on_unsneak.mcfunction
2022-06-23 21:10:09 +08:00

9 lines
284 B
Mcfunction
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 调用者advancement/fz:unskeak
##### 当玩家蹲起后触发此事件
function #fz:event/on_unsneak
execute if entity @s[y_rotation = 90] run function #fz:module/config/trigger
## 复位进度触发器
advancement revoke @s only fz:sneak
advancement revoke @s only fz:unsneak