fz-survival-datapack/data/fz/functions/module/here/install.mcfunction
2022-07-11 15:40:55 +08:00

8 lines
399 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.

data modify storage fz:here fz.pos set value [0, 0, 0]
data modify storage fz:here fz.message set value ['', '', '']
## 标记为已安装
data modify storage fz:installed fz.module.here set value 1b
## 日志
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "已安装组件here"}]