Skip to content

Commit 2230831

Browse files
committed
Refix version
1 parent 2a5e326 commit 2230831

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Changes:
112112
Removes:
113113
- Crafting Recipes Advancements for listing the recipes
114114

115-
### 1.3 Magical Elementalization - Rituals and Mental State/Health Update
115+
### 1.2 Magical Elementalization - Rituals and Mental State/Health Update
116116

117117
News:
118118
- Three new Rituals
@@ -127,7 +127,7 @@ Changes:
127127
Removes:
128128
- No Removes :)
129129

130-
### 1.4 Magical Elementalization - Upgrades and Resources Optimization Update
130+
### 1.3 Magical Elementalization - Upgrades and Resources Optimization Update
131131

132132
News:
133133
- Upgrade system

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.0",
8+
"translate": "v1.3.0",
99
"color": "#DDEEFF"
1010
},
1111
"icon": {
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.4","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.3","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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ schedule clear lthc.mage:craft/check3
2727
schedule clear lthc.mage:entities/boss/manage_summon_boss
2828

2929
# Try disable the pack if the name didn't changed
30-
datapack disable "file/magical_elementalization_v1.4.zip"
31-
datapack disable "file/magical_elementalization_v1.4"
30+
datapack disable "file/magical_elementalization_v1.3.zip"
31+
datapack disable "file/magical_elementalization_v1.3"
3232
datapack disable "file/magical_elementalization.zip"
3333
datapack disable "file/magical_elementalization"

0 commit comments

Comments
 (0)