update 2.0 files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#安装血量显示
|
||||
#初始化
|
||||
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}
|
||||
@@ -0,0 +1,5 @@
|
||||
#卸载血量显示
|
||||
#删除计分板
|
||||
scoreboard objectives remove Health
|
||||
#写入已卸载的信息
|
||||
data merge storage fz.installed {health:0b}
|
||||
Reference in New Issue
Block a user