File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1111configurations {
@@ -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}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.caching = true
66
77# Common
88java_version = 25
9- hytale_version = 2026.03.26-89796e57b
9+ hytale_version = 2026.+
1010release_type = RELEASE
1111maven_url = https://maven.azuredoom.com/mods
1212hmod_maven_url = https://maven.hytalemodding.dev/releases
You can’t perform that action at this time.
0 commit comments