Skip to content

Commit 2f2e801

Browse files
committed
v0.7.0
1 parent c0c6587 commit 2f2e801

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.7.0
2+
- Fixed a bug where the xp bar would not update on the HUD.
3+
- Fixed a bug where killing mobs would cause more and more lag.
4+
- Fully implemented the new item level requirement system for attacking weapons.
5+
- STR now increases damage with melee attacks. (Configable multiplier, default: 0.1)
6+
- PER now increases damage with ranged attacks. (Configable multiplier, default: 0.1)
7+
- VIT now increases max health with a configuable multiplier.
8+
- AGI now increases max stamina with a configuable multiplier.
9+
- INT now increases max mana with a configuable multiplier.
10+
111
v0.6.1
212
- Tweak to MHud usage with XP Bar Hud UI to hopefully fix some issues with other HUD mods.
313
- Fixed showstats command not working.

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

0 commit comments

Comments
 (0)