Skip to content

Commit

Permalink
Refix version
Browse files Browse the repository at this point in the history
  • Loading branch information
LTHCTheMaster committed Apr 24, 2022
1 parent 2a5e326 commit 2230831
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Changes:
Removes:
- Crafting Recipes Advancements for listing the recipes

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

News:
- Three new Rituals
Expand All @@ -127,7 +127,7 @@ Changes:
Removes:
- No Removes :)

### 1.4 Magical Elementalization - Upgrades and Resources Optimization Update
### 1.3 Magical Elementalization - Upgrades and Resources Optimization Update

News:
- Upgrade system
Expand Down
2 changes: 1 addition & 1 deletion data/lthc.mage/advancements/lthc.mage.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"color": "#DDEEFF"
},
"description": {
"translate": "v1.4.0",
"translate": "v1.3.0",
"color": "#DDEEFF"
},
"icon": {
Expand Down
2 changes: 1 addition & 1 deletion data/lthc.mage/functions/info/display.mcfunction
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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"}}]
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"}}]
scoreboard players set @s lthc.mage.info 0
4 changes: 2 additions & 2 deletions data/lthc.mage/functions/uninstall/uninstall.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ schedule clear lthc.mage:craft/check3
schedule clear lthc.mage:entities/boss/manage_summon_boss

# Try disable the pack if the name didn't changed
datapack disable "file/magical_elementalization_v1.4.zip"
datapack disable "file/magical_elementalization_v1.4"
datapack disable "file/magical_elementalization_v1.3.zip"
datapack disable "file/magical_elementalization_v1.3"
datapack disable "file/magical_elementalization.zip"
datapack disable "file/magical_elementalization"

0 comments on commit 2230831

Please sign in to comment.