Skip to content

Commit

Permalink
fix: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bill96012 committed Dec 26, 2019
1 parent 17aa879 commit 3baac6d
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 #version Meta 102
scoreboard players set #version Meta 200

execute unless score #version Meta = #version_currently Meta if score #galaxy_print_version Config matches 1..2 run tellraw @a ["",{"text":"[Galaxy/Version]","color":"yellow"},{"text":" Previous: "},{"score":{"name":"#version_currently","objective":"Meta"}},{"text":" -> Current: "},{"score":{"name":"#version","objective":"Meta"}}]
execute if score #version Meta = #version_currently Meta if score #galaxy_print_version Config matches 2 run tellraw @a ["",{"text":"[Galaxy/Version]","color":"yellow"},{"text":" Current: "},{"score":{"name":"#version","objective":"Meta"}}]
Expand Down

0 comments on commit 3baac6d

Please sign in to comment.