完善here、last_death
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
data modify storage fz:global fz.cache.dimension.id set from entity @s Dimension
|
||||
data modify storage fz:global fz.cache.dimension.name set value '{"nbt": "fz.cache.dimension.id", "storage": "fz:global"}'
|
||||
@@ -0,0 +1 @@
|
||||
execute if data storage fz:global fz.cache.dimension{id:'minecraft:overworld'} run data modify storage fz:global fz.cache.dimension.name set value '{"text": "主世界", "color": "dark_green"}'
|
||||
@@ -0,0 +1 @@
|
||||
execute if data storage fz:global fz.cache.dimension{id:'minecraft:the_nether'} run data modify storage fz:global fz.cache.dimension.name set value '{"text": "下届", "color": "dark_red"}'
|
||||
Reference in New Issue
Block a user