Skip to content

Commit ba46eb5

Browse files
committed
v0.8.3
1 parent 3c539aa commit ba46eb5

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.8.3
2+
- Rewrote the stats screen to better show what each stat does.
3+
- Improved the mob leveling system to queue updates and process them in batches to reduce lag spikes.
4+
- All messages are now translatable.
5+
- Made /showstats command work without the player name argument.
6+
17
v0.8.2
28
- Fixed log spamming on projectiles hitting mobs.
39
- Party Pro UI now shows the players level next to Player name.

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
2323
mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2424
mod_sources = https://github.com/AzureDoom/LevelingCore
25-
version = 0.8.2
25+
version = 0.8.3
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.8.2",
4+
"Version": "0.8.3",
55
"Description": " A modern, flexible leveling system for Hytale!",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)