Skip to content

Commit 6f83813

Browse files
committed
v1.0.0
1 parent ace715d commit 6f83813

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v1.0.0
2+
- Updated default lvl mapping with all current vanilla zones.
3+
- Fixed one log not properly being filled.
4+
- Fixed item level requirement tooltips showing when the item level system is disabled.
5+
- Added an item stat requirements system.
6+
- Fixed formatting issues with nameplate config.
7+
- Added support for ClassesCore to add the class to the player's nameplate.
8+
9+
TODO:
10+
- Add support for stopping item animations when an items level is gated.
11+
112
v0.9.12
213
- Updated vanilla Player Stats screen to match that of the HyUI version, only missing player image.
314
- Removed the chat log if HyUI is missing due to the above change.

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.caching = true
66

77
# Common
88
java_version = 25
9-
hytale_version = 2026.03.25-89796e57b
9+
hytale_version = 2026.03.26-89796e57b
1010
release_type = RELEASE
1111
maven_url = https://maven.azuredoom.com/mods
1212
hmod_maven_url = https://maven.hytalemodding.dev/releases
@@ -25,10 +25,10 @@ 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.12
28+
version = 1.0.0
2929
includes_pack = true
3030
disabled_by_default = false
31-
patchline = pre-release
31+
patchline = release
3232
load_user_mods = false
3333
manifest_dependencies = Hytale:EntityModule=*,Hytale:InteractionModule=*,Hytale:DamageModule=*,Hytale:AssetModule=*
3434
manifest_opt_dependencies = Buuz135:MultipleHUD=*,com.carsonk:Party Plugin=*,tsumori:partypro=*,Ellie:HyUI=*,AutoMultiHud:AutoMultiHud=*,HelpChat:PlaceholderAPI=>= 1.0.4,PlaceholderLib:PlaceholderLib=*,org.herolias:DynamicTooltipsLib=*,IwakuraEnterprises:Voile=*

src/main/resources/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"Website": "https://modtale.net/mod/levelingcore",
12-
"ServerVersion": "2026.03.25-89796e57b",
12+
"ServerVersion": "2026.03.26-89796e57b",
1313
"Dependencies": {
1414
"Hytale:EntityModule": "*",
1515
"Hytale:InteractionModule": "*",

0 commit comments

Comments
 (0)