Skip to content

Commit cd198b6

Browse files
committed
Update Hytale version
1 parent 4e9595e commit cd198b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group = 'com.azuriom'
3-
version = '1.3.10'
3+
version = '1.3.11'
44
}
55

66
subprojects {

hytale/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repositories {
44

55
dependencies {
66
implementation project(':azlink-common')
7-
compileOnly 'com.hypixel.hytale:Server:2026.01.28-87d03be09'
7+
compileOnly 'com.hypixel.hytale:Server:2026.03.26-89796e57b'
88
}
99

1010
processResources {

hytale/src/main/resources/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"Website": "https://azuriom.com",
1212
"ServerVersion": "*",
1313
"Main": "com.azuriom.azlink.hytale.AzLinkHytalePlugin",
14-
"IncludesAssetPack": true
14+
"IncludesAssetPack": false
1515
}

0 commit comments

Comments
 (0)