File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
112v0.1.1
213- Fixed a bug where all players would get XP and level messages.
314
415v0.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.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mod_logo = icon.png
2222mod_url = https://modtale.net/mod/levelingcore-a4c07062-0b3b-409d-be88-723d62a2f672
2323mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2424mod_sources = https://github.com/AzureDoom/LevelingCore
25- version = 0.1.1
25+ version = 0.1.2
2626includes_pack = true
2727patchline = release
2828load_user_mods = false
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments