From 845b13f0898cdb833d398ce7afacefe1c3f77ed6 Mon Sep 17 00:00:00 2001 From: ishland Date: Tue, 30 Apr 2024 23:47:34 +0800 Subject: [PATCH] build: 1.20.6 --- build.gradle | 2 +- bungee/build.gradle | 2 +- fabric/build.gradle | 5 +++++ genMappings.sh | 2 +- gradle.properties | 4 ++-- velocity/build.gradle | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 475460c..3252362 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ subprojects { // versionName = project.version + " devbuild for " + project.minecraft_version versionType = "alpha" // This is the default -- can also be `beta` or `alpha` // uploadFile = remapShadowJar // With Loom, this MUST be set to `remapJar` instead of `jar`! - gameVersions = ["1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5"] + gameVersions = ["1.17", "1.17.1", "1.18", "1.18.1", "1.18.2", "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6"] // loaders = ["fabric"] changelog = com.ishland.buildscript.ParseGItHubActionChangelog.getChangelog() } diff --git a/bungee/build.gradle b/bungee/build.gradle index e0dff7d..648f78e 100644 --- a/bungee/build.gradle +++ b/bungee/build.gradle @@ -28,7 +28,7 @@ configurations { } dependencies { - implementation 'bungee:BungeeCord:1836' + implementation 'bungee:BungeeCord:1841' // implementation "net.md-5:bungeecord-proxy:1.+" // compileOnly 'org.projectlombok:lombok:1.18.24' // for bungeecord sources diff --git a/fabric/build.gradle b/fabric/build.gradle index 39e9216..0373ea3 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -121,9 +121,14 @@ if (System.getenv("CURSEFORGE_TOKEN")) { addGameVersion "1.20.3" addGameVersion "1.20.4" addGameVersion "1.20.5" + addGameVersion "1.20.6" addGameVersion "Fabric" addGameVersion "Java 17" addGameVersion "Java 18" + addGameVersion "Java 19" + addGameVersion "Java 20" + addGameVersion "Java 21" + addGameVersion "Java 22" mainArtifact(remapShadowJar) { displayName = project.version + " devbuild" diff --git a/genMappings.sh b/genMappings.sh index 05a6c2a..2d336b1 100755 --- a/genMappings.sh +++ b/genMappings.sh @@ -5,7 +5,7 @@ installer_version=1.0.1 #declare -a vers if [[ -z "$@" ]]; then - vers="1.17 1.17.1 1.18.1 1.18.2 1.19 1.19.2 1.19.3 1.19.4 23w13a_or_b 1.20.1 1.20.2 1.20.3 1.20.5" + vers="1.17 1.17.1 1.18.1 1.18.2 1.19 1.19.2 1.19.3 1.19.4 23w13a_or_b 1.20.1 1.20.2 1.20.4 1.20.6" else vers=$@ fi diff --git a/gradle.properties b/gradle.properties index 679876c..551a737 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,8 @@ org.gradle.parallel=true # check these on https://fabricmc.net/develop # # Also don't forget to gen mappings in genMappings.sh -minecraft_version=1.20.5 -yarn_mappings=1.20.5+build.1 +minecraft_version=1.20.6 +yarn_mappings=1.20.6+build.1 loader_version=0.15.10 # Mod Properties diff --git a/velocity/build.gradle b/velocity/build.gradle index a434c00..80873e2 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -40,7 +40,7 @@ dependencies { // api 'com.velocitypowered:velocity-api:3.1.1' // annotationProcessor 'com.velocitypowered:velocity-api:3.1.1' - implementation 'velocity:3.3.0-SNAPSHOT:384' + implementation 'velocity:3.3.0-SNAPSHOT:386' // annotationProcessor 'velocity:3.1.2-SNAPSHOT:139' shadowInclude implementation(project(":common"))