Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bill96012 committed Jan 13, 2020
1 parent c15999c commit 3a0c838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .datapack/cache.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/galaxy/functions/version_check.mcfunction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scoreboard players set #galaxy_version Meta 205
scoreboard players set #galaxy_version Meta 210

execute unless score #galaxy_version Meta = #galaxy_currently_version Meta if score #galaxy_version Meta > #galaxy_currently_version Meta if score #galaxy_print_version Config matches 1..2 run tellraw @a ["",{"text":"[Galaxy]: ","color":"yellow","bold":true},{"text":"Version: "},{"score":{"name":"#galaxy_currently_version","objective":"Meta"}},{"text":" -> ","color":"green"},{"score":{"name":"#galaxy_version","objective":"Meta"}}]
execute unless score #galaxy_version Meta = #galaxy_currently_version Meta if score #galaxy_version Meta < #galaxy_currently_version Meta if score #galaxy_print_version Config matches 1..2 run tellraw @a ["",{"text":"[Galaxy]: ","color":"yellow","bold":true},{"text":"Version: "},{"score":{"name":"#galaxy_currently_version","objective":"Meta"}},{"text":" -> ","color":"red"},{"score":{"name":"#galaxy_version","objective":"Meta"}}]
Expand Down

0 comments on commit 3a0c838

Please sign in to comment.