Skip to content

Commit 867d6d9

Browse files
committed
Update to latest hytale-tools and hytalepublisher features
1 parent ce65a71 commit 867d6d9

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'maven-publish'
55
id 'com.diffplug.spotless' version '8.1.0'
66
id 'com.gradleup.shadow' version '9.3.0'
7-
id 'com.azuredoom.hytale-tools' version '1.0.23'
8-
id 'com.azuredoom.hytalepublisher' version '1.0.0'
7+
id 'com.azuredoom.hytale-tools' version '1.0.24'
8+
id 'com.azuredoom.hytalepublisher' version '1.0.1'
99
}
1010

1111
configurations {
@@ -159,10 +159,12 @@ hytalePublisher {
159159
version = project.version
160160
releaseType = "release"
161161
changelogFile = "changelog.md"
162+
gameVersion = project.hytale_version.toString()
162163

163164
modtale {
164165
enabled = true
165166
projectId = project.modtale_uuid
167+
patchline = 'release'
166168

167169
optional "9e3f3c46-92e1-4f57-8702-4ec11d7d10b4", "1.10.2"
168170
optional "2ebf130e-2189-4e90-9323-803a374d05ce", "1.5.2"
@@ -185,10 +187,13 @@ hytalePublisher {
185187
optional "docs"
186188
optional "rpgmobs"
187189
optional "elite-mobs"
190+
optional "classescore"
188191
}
189192

190193
modifold {
191194
enabled = true
192195
projectId = project.mod_id
196+
197+
optional "classescore"
193198
}
194199
}

gradle.properties

Lines changed: 1 addition & 1 deletion
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.26-89796e57b
9+
hytale_version = 2026.+
1010
release_type = RELEASE
1111
maven_url = https://maven.azuredoom.com/mods
1212
hmod_maven_url = https://maven.hytalemodding.dev/releases

0 commit comments

Comments
 (0)