完善…模块

This commit is contained in:
延皓
2022-07-11 15:40:55 +08:00
parent 4a69d7d927
commit d85e07874f
49 changed files with 181 additions and 37 deletions
@@ -0,0 +1 @@
execute if data storage fz:global fz.api.dimension{id:'minecraft:overworld'} run data modify storage fz:global fz.api.dimension.name set value '{"text": "主世界", "color": "dark_green"}'
@@ -0,0 +1 @@
execute if data storage fz:global fz.api.dimension{id:'minecraft:the_end'} run data modify storage fz:global fz.api.dimension.name set value '{"text": "末地", "color": "dark_gray"}'
@@ -0,0 +1 @@
execute if data storage fz:global fz.api.dimension{id:'minecraft:the_nether'} run data modify storage fz:global fz.api.dimension.name set value '{"text": "下界", "color": "dark_red"}'