Skip to content

Commit 5183766

Browse files
committed
build: 1.21.9-pre3
1 parent b641c00 commit 5183766

File tree

10 files changed

+662
-611
lines changed

10 files changed

+662
-611
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
cd C2ME-fabric-patched
5656
./gradlew modrinth curseforge
57-
if: github.ref == 'refs/heads/dev/1.21.8'
57+
if: github.ref == 'refs/heads/dev/1.21.9'
5858
env:
5959
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
6060
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}

C2ME-fabric

Submodule C2ME-fabric updated 45 files

current-upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tag-b0209c7039afef252bb725c96b20cc4aada96db6
1+
tag-555f777b796ccd8f2d93596fa52c9fe125cde8a5

patches/main/0001-Port-to-NeoForge.patch

Lines changed: 654 additions & 114 deletions
Large diffs are not rendered by default.

patches/main/0002-Enable-density-function-compiler.patch

Lines changed: 0 additions & 466 deletions
This file was deleted.

patches/main/0003-Setup-publishing.patch renamed to patches/main/0002-Setup-publishing.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Subject: [PATCH] Setup publishing
55

66

77
diff --git a/build.gradle b/build.gradle
8-
index 416b11ec..4d398387 100644
8+
index 793b56da..667d637e 100644
99
--- a/build.gradle
1010
+++ b/build.gradle
11-
@@ -218,13 +218,13 @@ dependencies {
11+
@@ -226,13 +226,13 @@ dependencies {
1212
apply plugin: 'com.modrinth.minotaur'
1313
modrinth {
1414
token = System.getenv("MODRINTH_TOKEN") // This is the default. Remember to have the MODRINTH_TOKEN environment variable set or else this will fail, or set it to whatever you want - just make sure it stays private!
@@ -24,7 +24,7 @@ index 416b11ec..4d398387 100644
2424
changelog = com.ishland.c2me.gradle.ParseGItHubActionChangelog.getChangelog()
2525
}
2626

27-
@@ -239,8 +239,9 @@ if (System.getenv("CURSEFORGE_TOKEN")) {
27+
@@ -247,8 +247,9 @@ if (System.getenv("CURSEFORGE_TOKEN")) {
2828
releaseType = 'alpha'
2929

3030
addGameVersion project.minecraft_version

patches/main/0005-fix-NeoForge-dumpster-fire.patch

Lines changed: 0 additions & 23 deletions
This file was deleted.

scripts/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ basedir=$(pwd -P)
88
cd - || exit
99

1010
upstreamDir="C2ME-fabric"
11-
upstreamBranch="dev/1.21.8"
11+
upstreamBranch="dev/1.21.9"
1212

1313
function bashColor() {
1414
if [ "$2" ]; then

0 commit comments

Comments
 (0)