Skip to content

Commit ee4fdca

Browse files
committed
v0.8.2
1 parent 0c8c319 commit ee4fdca

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.8.2
2+
- Fixed log spamming on projectiles hitting mobs.
3+
- Party Pro UI now shows the players level next to Player name.
4+
- Adds a new potion to the Alchemy bench, Reset Skills Potion
5+
- Resets stat points allocated to 0 and adds them back to the pool.
6+
- Recipe: Potion Bottle, Water Bucket, 5x Life Essence, 5x Fire Essence, 5x Ice Essence, 5x Void Essence, 5x Water Essence, 2x Apple
7+
- Health, Stamina, and Mana stats heal when stat points are used on respective stats.
8+
- Mana regenerates based on players' intelligence stat now.
9+
- Fixed damage increases in strength and perception stat increases not properly applying.
10+
- Adds missing config value for EnableItemLevelRestriction and it's uses for item level requirement checks.
11+
112
v0.8.1
213
- Fixed log spamming on server join.
314
- Fixed database not being created on first join due to a typo with intelligence mapping.

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.8.1
25+
version = 0.8.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.8.1",
4+
"Version": "0.8.2",
55
"Description": " A modern, flexible leveling system for Hytale!",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)