From a0ac820a6f06668eeb2e83207d05980852e253f4 Mon Sep 17 00:00:00 2001 From: slicedlime Date: Tue, 23 Feb 2021 23:36:54 +0100 Subject: [PATCH] Rev version to alpha 0.2 --- data/mob_dash/functions/display_menu.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mob_dash/functions/display_menu.mcfunction b/data/mob_dash/functions/display_menu.mcfunction index a2c3cec..78c1bde 100644 --- a/data/mob_dash/functions/display_menu.mcfunction +++ b/data/mob_dash/functions/display_menu.mcfunction @@ -1,6 +1,6 @@ # Display the menu -tellraw @s [{"text":"Welcome to "},{"text":"Mob Dash","color":"gold"},{"text":" version "},{"text":"alpha 0.1","color":"gold"},{"text":" by "},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}] +tellraw @s [{"text":"Welcome to "},{"text":"Mob Dash","color":"gold"},{"text":" version "},{"text":"alpha 0.2","color":"gold"},{"text":" by "},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}] tellraw @s "" tellraw @s [{"text":"- "},{"text":"[","color":"gold","bold": true},{"text":"Tutorial", "color":"green","clickEvent":{"action":"run_command", "value":"/trigger md_action set 1"}},{"text":"]","color":"gold", "bold": true}] tellraw @s [{"text":"- "},{"text":"[","color":"gold","bold": true},{"text":"Switch Teams", "color":"green","clickEvent":{"action":"run_command", "value":"/trigger md_action set 2"}},{"text":"]","color":"gold", "bold": true}]