Compare commits
3 Commits
v3.0.7-rc.2
...
v3.0.8
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e9b0637c4 | |||
| 6b000ceba9 | |||
| 9fb6a4f0bc |
@@ -33,3 +33,6 @@ tellraw @s [{"text": "上一出生点:"}, [{"text": "", "color": "dark_gray"},
|
||||
|
||||
|
||||
tellraw @s [{"text": "计分板:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/scoreboard/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/scoreboard/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||
|
||||
|
||||
tellraw @s [{"text": "扫地机:"}, [{"text": "", "color": "dark_gray"}, [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/sweeper/install"}, "hoverEvent": {"action": "show_text", "contents": {"text": "安装", "color": "dark_green"}}}, {"text": "安装", "color": "dark_green"}, {"text": "]"}], [{"text": "[", "clickEvent": {"action": "run_command", "value": "/function #fzsd:module/sweeper/uninstall"}, "hoverEvent": {"action": "show_text", "contents": {"text": "卸载", "color": "dark_red"}}}, {"text": "卸载", "color": "dark_red"}, {"text": "]"}]]]
|
||||
@@ -7,3 +7,4 @@ function #fzsd:game_event/player/on_placed_block
|
||||
|
||||
## 重置事件进度
|
||||
advancement revoke @s from fzsd:game_event/on_placed_block
|
||||
advancement revoke @s from fzsd:game_event/on_placed_block/on_placed_liquid
|
||||
@@ -1 +1 @@
|
||||
execute if data storage fzsd:installed fzsd.module{join_message:1b} run function #fzsd:module/join_message/send_message
|
||||
execute if data storage fzsd:install fzsd.module{join_message:1b} run function #fzsd:module/join_message/send_message
|
||||
@@ -3,6 +3,7 @@
|
||||
"values": [
|
||||
"minecraft:lava_bucket",
|
||||
"minecraft:water_bucket",
|
||||
"minecraft:powder_snow_bucket",
|
||||
"#fzsd:bucket_of_mob"
|
||||
]
|
||||
}
|
||||
@@ -4,8 +4,8 @@
|
||||
"minecraft:cod_bucket",
|
||||
"minecraft:salmon_bucket",
|
||||
"minecraft:axolotl_bucket",
|
||||
"minecraft:tadpole_bucket",
|
||||
"minecraft:pufferfish_bucket",
|
||||
"minecraft:powder_snow_bucket",
|
||||
"minecraft:tropical_fish_bucket"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user