Skip to content

Commit 074e466

Browse files
committed
version number
1 parent 2cbcc5f commit 074e466

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Datapack/data/lthc.mage/advancements/lthc.mage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"color": "#DDEEFF"
66
},
77
"description": {
8-
"translate": "v1.4.1",
8+
"translate": "v1.8.0",
99
"color": "#DDEEFF"
1010
},
1111
"icon": {

Datapack/data/lthc.mage/functions/admin/uninstall.mcfunction

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ schedule clear lthc.mage:entities/boss/manage_summon_boss
3636
schedule clear lthc.mage:core/loading/post_load
3737

3838
# Try disable the pack if the name didn't changed
39-
datapack disable "file/magical_elementalization_v1.6.1.zip"
40-
datapack disable "file/magical_elementalization_v1.6.1"
39+
datapack disable "file/magical_elementalization_v1.8.zip"
40+
datapack disable "file/magical_elementalization_v1.8"
4141
datapack disable "file/magical_elementalization.zip"
4242
datapack disable "file/magical_elementalization"
4343
datapack disable "file/Magical-Elementalization"

Datapack/data/lthc.mage/functions/core/loading/first_run/main.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the version of the datapack
2-
scoreboard players set #lthc.mage.version lthc.mage.data 010601
2+
scoreboard players set #lthc.mage.version lthc.mage.data 010800
33

44
# Create Scores
55
function lthc.mage:core/loading/score

Datapack/data/lthc.mage/functions/core/loading/first_run/update.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the version of the datapack
2-
scoreboard players set #lthc.mage.version lthc.mage.data 010601
2+
scoreboard players set #lthc.mage.version lthc.mage.data 010800
33

44
# Update Scores
55
function lthc.mage:core/loading/score

Datapack/data/lthc.mage/functions/core/loading/reload.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scoreboard objectives add lthc.mage.data dummy
33

44
# Check if it is the datapack first run or an update of the datapack
55
execute unless score #lthc.mage.first_run lthc.mage.data matches 1 run function lthc.mage:core/loading/first_run/main
6-
execute if score #lthc.mage.first_run lthc.mage.data matches 1 unless score #lthc.mage.version lthc.mage.data matches 010601 run function lthc.mage:core/loading/first_run/update
6+
execute if score #lthc.mage.first_run lthc.mage.data matches 1 unless score #lthc.mage.version lthc.mage.data matches 010800 run function lthc.mage:core/loading/first_run/update
77

88
# Summon a marker at the worldspawn for something
99
execute as @e[type=marker,tag=lthc.mage] run function lthc.mage:try_unload
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
tellraw @s ["",{"text":"Magical Elementalization","color":"green"},{"text":"\n\nVersion: "},{"text":"v 1.6.1","color":"#FFDD00"},{"text":"\nBug Tracker: "},{"text":"*click*","color":"#FFDD00","clickEvent":{"action":"open_url","value":"https://github.com/LTHCTheMaster/Mage-of-LTHC/issues"}}]
1+
tellraw @s ["",{"text":"Magical Elementalization","color":"green"},{"text":"\n\nVersion: "},{"text":"v 1.8","color":"#FFDD00"},{"text":"\nBug Tracker: "},{"text":"*click*","color":"#FFDD00","clickEvent":{"action":"open_url","value":"https://github.com/LTHCTheMaster/Mage-of-LTHC/issues"}}]
22
scoreboard players set @s lthc.mage.info 0

0 commit comments

Comments
 (0)