8 lines
329 B
Mcfunction
8 lines
329 B
Mcfunction
#安装血量显示
|
|
#初始化
|
|
scoreboard objectives add Health health {"text": "cm","color": "yellow"}
|
|
scoreboard objectives modify Health rendertype hearts
|
|
scoreboard objectives setdisplay list Health
|
|
scoreboard objectives setdisplay belowName Health
|
|
#写入已安装的信息
|
|
data merge storage fz.installed {health:1b} |