Skip to content

Commit

Permalink
Rev version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slicedlime committed Jul 29, 2021
1 parent eca9bc1 commit 6eccc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapacks/Chosen/data/praise/functions/menu.mcfunction
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Display a startup menu

tellraw @s ["\n"]
tellraw @s [{"text":"Welcome to "},{"text":"Chosen","color":"gold"},{"text":" version "},{"text":"1.3","color":"gold"},{"text":" by "},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}]
tellraw @s [{"text":"Welcome to "},{"text":"Chosen","color":"gold"},{"text":" version "},{"text":"1.4","color":"gold"},{"text":" by "},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}]
tellraw @s [""]
tellraw @s ["Game options:"]
tellraw @s [{"text":"- "},{"text":"[","color":"gold","bold": true},{"text":"Game Rules", "color":"green","clickEvent":{"action":"run_command", "value":"/trigger SacrificeMenu set 1"}},{"text":"]","color":"gold", "bold": true}]
Expand Down

0 comments on commit 6eccc00

Please sign in to comment.