Skip to content

Commit fc28be9

Browse files
committed
v0.1.2
1 parent 23218e6 commit fc28be9

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

changelog.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
v0.1.2
2+
- Fixed a bug where the default.yml would have the wrong comment link for H2
3+
- Fixed a bug where /removexp would ADD XP instead of removing it. Whoops.
4+
- Moved all text messages to be translatable now.
5+
- Added pt-BR translation (machine translated, PRs encouraged to help improve it).
6+
- Added en-ES translation (machine translated, PRs encouraged to help improve it).
7+
- Added de-DE translation (machine translated, PRs encouraged to help improve it).
8+
- Added fr-FR translation (machine translated, PRs encouraged to help improve it).
9+
- Added ru-RU translation (machine translated, PRs encouraged to help improve it).
10+
- Implemented XP bar in the UI using MultipleHUD mod, which is now required. https://www.curseforge.com/hytale/mods/multiplehud
11+
112
v0.1.1
213
- Fixed a bug where all players would get XP and level messages.
314

415
v0.1.0
5-
- Initial release with basic functionality that I could think of.
6-
7-
TODO:
8-
- Implement XP bar in the UI. (Looking for Artist or Designer help)
16+
- Initial release with basic functionality that I could think of.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mod_logo = icon.png
2222
mod_url = https://modtale.net/mod/levelingcore-a4c07062-0b3b-409d-be88-723d62a2f672
2323
mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2424
mod_sources = https://github.com/AzureDoom/LevelingCore
25-
version = 0.1.1
25+
version = 0.1.2
2626
includes_pack = true
2727
patchline = release
2828
load_user_mods = false

src/main/resources/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Group": "levelingcore",
33
"Name": "LevelingCore",
4-
"Version": "0.1.1",
4+
"Version": "0.1.2",
55
"Description": " A modern, flexible leveling system for Hytale!",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)