7 lines
360 B
Mcfunction
7 lines
360 B
Mcfunction
|
data modify storage fz:last_death fz.cache.pos set value [0, 0, 0]
|
||
|
|
||
|
## 标记为已安装
|
||
|
data modify storage fz:installed fz.module.last_death 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": "已安装组件:死亡点"}]
|