Skip to content

Commit

Permalink
build: 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 22, 2024
1 parent 8c7ef3d commit 39f6eee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: ishland <[email protected]>
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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions patches/main/0007-Set-Version.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39f6eee

Please sign in to comment.