Skip to content

Commit

Permalink
Merge pull request #5 from DovydasTEDS/main
Browse files Browse the repository at this point in the history
Add 1.20.5+ Support
  • Loading branch information
Gaming32 authored May 19, 2024
2 parents 497f9e6 + 7099142 commit e628851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ abstract class FileOutput : DefaultTask() {
abstract val output: Property<File>
}

val bootstrapVersion = "0.2.0"
val bootstrapVersion = "0.5.2"
val bootstrapArch = "i686"

val downloadBootstrap by tasks.registering(Download::class) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ class PackInstaller(
.asJsonArray
.add("-D$prefix=$modsDir$suffix")
}
if (packVersion.packVersion.toVersion() >= "1.15.9".toVersion()) {
// HACK HACK HACK World Host has a bug where Java 17 is required
clientJson["javaVersion"] = JsonObject().apply {
this["component"] = "java-runtime-gamma"
this["majorVersion"] = 17
}
}

writeVersionDir(clientJson)
updateLauncherProfiles()
Expand Down

0 comments on commit e628851

Please sign in to comment.