We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9595e commit cd198b6Copy full SHA for cd198b6
build.gradle
@@ -1,6 +1,6 @@
1
allprojects {
2
group = 'com.azuriom'
3
- version = '1.3.10'
+ version = '1.3.11'
4
}
5
6
subprojects {
hytale/build.gradle
@@ -4,7 +4,7 @@ repositories {
dependencies {
implementation project(':azlink-common')
7
- compileOnly 'com.hypixel.hytale:Server:2026.01.28-87d03be09'
+ compileOnly 'com.hypixel.hytale:Server:2026.03.26-89796e57b'
8
9
10
processResources {
hytale/src/main/resources/manifest.json
@@ -11,5 +11,5 @@
11
"Website": "https://azuriom.com",
12
"ServerVersion": "*",
13
"Main": "com.azuriom.azlink.hytale.AzLinkHytalePlugin",
14
- "IncludesAssetPack": true
+ "IncludesAssetPack": false
15
0 commit comments