diff --git a/patches/main/0005-Port-to-1.21.2-rc1.patch b/patches/main/0005-Port-to-1.21.2.patch similarity index 99% rename from patches/main/0005-Port-to-1.21.2-rc1.patch rename to patches/main/0005-Port-to-1.21.2.patch index f77c031..0874c97 100644 --- a/patches/main/0005-Port-to-1.21.2-rc1.patch +++ b/patches/main/0005-Port-to-1.21.2.patch @@ -1,11 +1,11 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: ishland Date: Thu, 29 Aug 2024 23:37:55 +0800 -Subject: [PATCH] Port to 1.21.2-rc1 +Subject: [PATCH] Port to 1.21.2 diff --git a/gradle.properties b/gradle.properties -index 5d644e1..32cea91 100644 +index 5d644e1..aece8ef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,8 @@ org.gradle.jvmargs=-Xmx2G @@ -15,7 +15,7 @@ index 5d644e1..32cea91 100644 -minecraft_version=1.21 -yarn_mappings=1.21+build.1 -loader_version=0.15.11 -+minecraft_version=1.21.2-rc1 ++minecraft_version=1.21.2 +loader_version=0.16.7 # Mod Properties mod_version=1.1.3 diff --git a/patches/main/0007-Set-Version.patch b/patches/main/0007-Set-Version.patch index 388c763..b247bf5 100644 --- a/patches/main/0007-Set-Version.patch +++ b/patches/main/0007-Set-Version.patch @@ -5,14 +5,14 @@ Subject: [PATCH] Set Version diff --git a/gradle.properties b/gradle.properties -index 32cea91..b46d346 100644 +index aece8ef..b5934d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,6 @@ org.gradle.daemon=false - minecraft_version=1.21.2-rc1 + minecraft_version=1.21.2 loader_version=0.16.7 # Mod Properties -mod_version=1.1.3 -+mod_version=0.1.1+beta.1 ++mod_version=0.1.1+beta.2 maven_group=ca.spottedleaf.starlight archives_base_name=ScalableLux