Skip to content

Commit c1cfa1b

Browse files
authored
chore(mod): 1.21.4 (#59)
1 parent 851ce6e commit c1cfa1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/lifecycle.yml

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
9292
build_data = [
9393
{"dir": "api", "java": "8"},
94+
{"dir": "1_21", "mc": "1.21.4", "lex": "54.0.16", "neo": "50-beta", "java": "21"},
9495
{"dir": "1_21", "mc": "1.21.3", "lex": "53.0.7", "neo": "11-beta", "java": "21"},
9596
{"dir": "1_21", "mc": "1.21.1", "lex": "52.0.2", "neo": "4", "java": "21"},
9697
{"dir": "1_21", "mc": "1.21", "lex": "51.0.24", "neo": "96-beta", "java": "21"},
@@ -113,6 +114,9 @@ jobs:
113114
]
114115
115116
run_data = [
117+
{"mc": "1.21.4", "type": "lexforge", "modloader": "forge", "regex": ".*forge.*", "java": "21"},
118+
{"mc": "1.21.4", "type": "neoforge", "modloader": "neoforge", "regex": ".*neoforge.*", "java": "21"},
119+
{"mc": "1.21.4", "type": "fabric", "modloader": "fabric", "regex": ".*fabric.*", "java": "21"},
116120
{"mc": "1.21.3", "type": "lexforge", "modloader": "forge", "regex": ".*forge.*", "java": "21"},
117121
{"mc": "1.21.3", "type": "neoforge", "modloader": "neoforge", "regex": ".*neoforge.*", "java": "21"},
118122
{"mc": "1.21.3", "type": "fabric", "modloader": "fabric", "regex": ".*fabric.*", "java": "21"},

README.md

+1-1
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.3 | ✔️ | ✔️ | ✔️ |
37+
| 1.21 - 1.21.4 | ✔️ | ✔️ | ✔️ |
3838
| 1.20.2 - 1.20.6 | ✔️ | ✔️ | ✔️ |
3939
| 1.20.1 | ✔️ | ✔️ | ⚠️ |
4040
| 1.19 - 1.19.4 | ✔️ | ✔️ ||

0 commit comments

Comments
 (0)