File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 | ✔️ | ✔️ | — |
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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 11{
22 "major" : 1 ,
33 "minor" : 21 ,
4- "patch" : 10 ,
4+ "patch" : 11 ,
55 "dir" : " 1_21_10"
66}
You can’t perform that action at this time.
0 commit comments