Skip to content

Commit 0fa6a01

Browse files
committed
fix: Use patched version of unimined to fix 1.21.11 support
1 parent 7accd31 commit 0fa6a01

3 files changed

Lines changed: 36 additions & 2 deletions

File tree

1_21_9/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.github.johnrengelman.shadow' version '7.1.2'
55
id 'java'
66
id 'maven-publish'
7-
id 'xyz.wagyourtail.unimined' version '1.4.1'
7+
id 'io.github.null2264.unimined' version '1.4.2'
88
}
99

1010
group 'me.earth'
@@ -40,6 +40,9 @@ repositories {
4040
maven {
4141
url = "https://maven.wagyourtail.xyz/releases"
4242
}
43+
maven {
44+
url = "https://maven.aap.my.id/"
45+
}
4346

4447
maven {
4548
name = '3arthMaven'

1_21_9/settings.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ pluginManagement {
1919
maven {
2020
url = "https://maven.wagyourtail.xyz/snapshots"
2121
}
22+
maven {
23+
url = "https://maven.aap.my.id/"
24+
}
2225
gradlePluginPortal() {
2326
content {
2427
excludeGroup("org.apache.logging.log4j")
@@ -30,4 +33,4 @@ pluginManagement {
3033
include 'api'
3134
project(':api').projectDir = file('../api')
3235

33-
rootProject.name = 'mc-runtime-test'
36+
rootProject.name = 'mc-runtime-test'

ci-data.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"dir": "api",
55
"java": "8"
66
},
7+
{
8+
"dir": "1_21_9",
9+
"mc": "1.21.11",
10+
"lex": "61.0.0",
11+
"neo": "0-beta",
12+
"java": "21"
13+
},
714
{
815
"dir": "1_21_9",
916
"mc": "1.21.10",
@@ -176,6 +183,27 @@
176183
}
177184
],
178185
"run_data": [
186+
{
187+
"mc": "1.21.11",
188+
"type": "lexforge",
189+
"modloader": "forge",
190+
"regex": ".*forge.*",
191+
"java": "21"
192+
},
193+
{
194+
"mc": "1.21.11",
195+
"type": "neoforge",
196+
"modloader": "neoforge",
197+
"regex": ".*neoforge.*",
198+
"java": "21"
199+
},
200+
{
201+
"mc": "1.21.11",
202+
"type": "fabric",
203+
"modloader": "fabric",
204+
"regex": ".*fabric.*",
205+
"java": "21"
206+
},
179207
{
180208
"mc": "1.21.10",
181209
"type": "lexforge",

0 commit comments

Comments
 (0)