From 01e8928af31a8e1bbfac287426fe365f9530dd8b Mon Sep 17 00:00:00 2001 From: 1024_byteeeee <2270484921@qq.com> Date: Tue, 30 Apr 2024 19:10:58 +0800 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20=E6=94=AF=E6=8C=81Mine?= =?UTF-8?q?craft=201.20.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/matrix_includes.json | 3 +++ build.gradle | 2 ++ minecraftVersions.json | 3 ++- versions/1.20.6/gradle.properties | 13 +++++++++++++ versions/mapping-1.20.5-1.20.6.txt | 0 5 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 versions/1.20.6/gradle.properties create mode 100644 versions/mapping-1.20.5-1.20.6.txt diff --git a/.github/workflows/matrix_includes.json b/.github/workflows/matrix_includes.json index e6d05ba..411c258 100644 --- a/.github/workflows/matrix_includes.json +++ b/.github/workflows/matrix_includes.json @@ -28,5 +28,8 @@ }, { "subproject_dir": "1.20.5" + }, + { + "subproject_dir": "1.20.6" } ] \ No newline at end of file diff --git a/build.gradle b/build.gradle index e176291..9b59b24 100644 --- a/build.gradle +++ b/build.gradle @@ -16,6 +16,7 @@ preprocess { def mc1203 = createNode('1.20.3', 1_20_03, 'yarn') def mc1204 = createNode('1.20.4', 1_20_04, 'yarn') def mc1205 = createNode('1.20.5', 1_20_05, 'yarn') + def mc1206 = createNode('1.20.6', 1_20_06, 'yarn') mc116.link(mc117, file('versions/mapping-1.16-1.17.txt')) mc117.link(mc118, file('versions/mapping-1.17-1.18.txt')) @@ -26,6 +27,7 @@ preprocess { mc1202.link(mc1203, file('versions/mapping-1.20.2-1.20.3.txt')) mc1203.link(mc1204, file('versions/mapping-1.20.3-1.20.4.txt')) mc1204.link(mc1205, file('versions/mapping-1.20.4-1.20.5.txt')) + mc1205.link(mc1206, file('versions/mapping-1.20.5-1.20.6.txt')) } tasks.register('buildAndGather') { diff --git a/minecraftVersions.json b/minecraftVersions.json index 8c6ed53..0ea4ef2 100644 --- a/minecraftVersions.json +++ b/minecraftVersions.json @@ -9,6 +9,7 @@ "1.20.2", "1.20.3", "1.20.4", - "1.20.5" + "1.20.5", + "1.20.6" ] } diff --git a/versions/1.20.6/gradle.properties b/versions/1.20.6/gradle.properties new file mode 100644 index 0000000..97c1cfa --- /dev/null +++ b/versions/1.20.6/gradle.properties @@ -0,0 +1,13 @@ +# Fabric Properties +# check these on https://fabricmc.net/versions.html?&version=1.19.3 +minecraft_version = 1.20.6 +yarn_mappings = 1.20.6+build.1 + +# Fabric Mod Metadata +minecraft_dependency = 1.20.6 +fabric_api_dependency = >=0.97.8+1.20.6 + +# Build Infomation +game_versions = 1.20.6 + +fabric_api_version = 0.97.8+1.20.6 diff --git a/versions/mapping-1.20.5-1.20.6.txt b/versions/mapping-1.20.5-1.20.6.txt new file mode 100644 index 0000000..e69de29