new pack name

This commit is contained in:
Zoë Gidiere
2025-10-03 14:39:27 -06:00
parent 6dba2e9394
commit de4656d01f

View File

@@ -50,7 +50,7 @@ fun Project.configureDistribution() {
try { try {
file("${buildDir}/resources/main/packs/").deleteRecursively() file("${buildDir}/resources/main/packs/").deleteRecursively()
val defaultPackUrl = val defaultPackUrl =
URL("https://github.com/PolyhedralDev/TerraOverworldConfig/releases/download/" + Versions.Terra.overworldConfig + "/default.zip") URL("https://github.com/PolyhedralDev/TerraOverworldConfig/releases/download/" + Versions.Terra.overworldConfig + "/Overworld.zip")
downloadPack(defaultPackUrl, project) downloadPack(defaultPackUrl, project)
} catch (_: Exception) { } catch (_: Exception) {
} }