Skip to content

Commit 4500f7b

Browse files
committed
Update uninstall.mcfunction
1 parent 7890f24 commit 4500f7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ kill @e[type=marker,tag=lthc.mage]
66
scoreboard objectives remove lthc.mage.wand_click_detect
77
scoreboard objectives remove lthc.mage.capacitor_interact_detect
88
scoreboard objectives remove lthc.mage.mental_state_2
9+
scoreboard objectives remove lthc.mage.mental_state
910
scoreboard objectives remove lthc.mage.current_charged
1011
scoreboard objectives remove lthc.mage.data
1112
scoreboard objectives remove lthc.mage.info
@@ -35,8 +36,8 @@ schedule clear lthc.mage:entities/boss/manage_summon_boss
3536
schedule clear lthc.mage:core/loading/post_load
3637

3738
# Try disable the pack if the name didn't changed
38-
datapack disable "file/magical_elementalization_v1.4.1.zip"
39-
datapack disable "file/magical_elementalization_v1.4.1"
39+
datapack disable "file/magical_elementalization_v1.5.zip"
40+
datapack disable "file/magical_elementalization_v1.5"
4041
datapack disable "file/magical_elementalization.zip"
4142
datapack disable "file/magical_elementalization"
4243
datapack disable "file/Magical-Elementalization"

0 commit comments

Comments
 (0)