Skip to content

Commit 9059c13

Browse files
committed
v1.1.0
1 parent a65e605 commit 9059c13

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

changelog.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
v1.0.9
1+
v1.1.0
22

3-
- Fixes crash on startup.
4-
- Fixes update 5 server matching issue.
5-
- Fixes mobs getting ?? in nameplate
6-
- Replace dynamictooltipslib compat with new built-in system.
3+
- Adds system to allow AGI to increase player speed (not possible to slow player under default atm)
4+
- Make stat commands properly suggest stat names
5+
- Make add/set/remove commands work from the server as well.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mod_logo = icon.png
2929
mod_url = https://modtale.net/mod/levelingcore
3030
mod_issues = https://github.com/AzureDoom/LevelingCore/issues
3131
mod_sources = https://github.com/AzureDoom/LevelingCore
32-
version = 1.0.9
32+
version = 1.1.0
3333
includes_pack = true
3434
disabled_by_default = false
3535
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": "1.0.9",
4+
"Version": "1.1.0",
55
"Description": "A modern, flexible leveling system for Hytale",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)