Skip to content

Commit 75e8650

Browse files
committed
v0.9.11
1 parent 6825b50 commit 75e8650

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v0.9.11
2+
- Tweaked level variance to work both up and down in terms of levels.
3+
4+
**Examples**
5+
6+
| Base Level | Level Variance | Possible Final Levels |
7+
| :--- | :--- | :--- |
8+
| 5 | 0 | 5 (No change) |
9+
| 5 | 2 | 3, 4, 5, 6, or 7 |
10+
| 5 | 5 | 0–10 |
11+
12+
- Added add/remove/set stats commands.
13+
- Reverted DynamicTooltips lang usage due to an issue with global translated tooltips. Now uses the old method.
14+
- Updated default zone level mapping with all current zones.
15+
- Updated default item leveling mapping with all current weapons and armors.
16+
- Added a blacklistedMobs config option to disable mob leveling on certain entities.
17+
- Fixed PartyProCompat config not properly being used for enabling compatibility.
18+
119
v0.9.10
220
- Implemented full level gating support for any item.
321
- Fixed addxp and removexp commands not updating the player's HUD properly.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mod_logo = icon.png
2525
mod_url = https://modtale.net/mod/levelingcore
2626
mod_issues = https://github.com/AzureDoom/LevelingCore/issues
2727
mod_sources = https://github.com/AzureDoom/LevelingCore
28-
version = 0.9.10
28+
version = 0.9.11
2929
includes_pack = true
3030
disabled_by_default = false
3131
patchline = release

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": "com.azuredoom",
33
"Name": "levelingcore",
4-
"Version": "0.9.10",
4+
"Version": "0.9.11",
55
"Description": "A modern, flexible leveling system for Hytale",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)