Skip to content

Commit 4bac0bd

Browse files
feat: 1.21.11
1 parent 398830d commit 4bac0bd

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This project helps streamline that process by automating the client launch and b
3434
### Supported Minecraft Versions and Modloaders
3535
| Version | Forge | Fabric | NeoForge |
3636
|-----------------|----------------|----------------|----------------|
37-
| 1.21 - 1.21.10 | ✔️ | ✔️ | ✔️ |
37+
| 1.21 - 1.21.11 | ✔️ | ✔️ | ✔️ |
3838
| 1.20.2 - 1.20.6 | ✔️ | ✔️ | ✔️ |
3939
| 1.20.1 | ✔️ | ✔️ | ⚠️ |
4040
| 1.19 - 1.19.4 | ✔️ | ✔️ ||
@@ -83,7 +83,7 @@ jobs:
8383
- name: Run MC test client
8484
uses: headlesshq/mc-runtime-test@4.1.0 <!-- x-release-please-version -->
8585
with:
86-
mc: 1.21.5
86+
mc: 1.21.11
8787
modloader: fabric
8888
regex: .*fabric.*
8989
mc-runtime-test: fabric

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_10",
9+
"mc": "1.21.11",
10+
"lex": "61.0.6",
11+
"neo": "0-beta",
12+
"java": "21"
13+
},
714
{
815
"dir": "1_21_10",
916
"mc": "1.21.10",
@@ -169,6 +176,27 @@
169176
}
170177
],
171178
"run_data": [
179+
{
180+
"mc": "1.21.11",
181+
"type": "lexforge",
182+
"modloader": "forge",
183+
"regex": ".*forge.*",
184+
"java": "21"
185+
},
186+
{
187+
"mc": "1.21.11",
188+
"type": "neoforge",
189+
"modloader": "neoforge",
190+
"regex": ".*neoforge.*",
191+
"java": "21"
192+
},
193+
{
194+
"mc": "1.21.11",
195+
"type": "fabric",
196+
"modloader": "fabric",
197+
"regex": ".*fabric.*",
198+
"java": "21"
199+
},
172200
{
173201
"mc": "1.21.10",
174202
"type": "lexforge",

new-versions/current-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"major": 1,
33
"minor": 21,
4-
"patch": 10,
4+
"patch": 11,
55
"dir": "1_21_10"
66
}

0 commit comments

Comments
 (0)