Update to 1.21.4

This commit is contained in:
Jonas Herzig
2024-12-07 12:28:45 +01:00
parent 7f7b4e1891
commit f21fed031c
10 changed files with 20 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ dependencies {
12006 -> "0.98.0+1.20.6"
12100 -> "0.100.3+1.21"
12102 -> "0.106.1+1.21.2"
12104 -> "0.111.0+1.21.4"
else -> throw UnsupportedOperationException()
}
val fabricApiModules = mutableListOf(
@@ -166,6 +167,7 @@ dependencies {
if (platform.isFabric) {
val modMenuVersion = when {
mcVersion >= 12104 -> "13.0.0-beta.1"
mcVersion >= 12102 -> "12.0.0-beta.1"
mcVersion >= 12100 -> "11.0.0-rc.4"
mcVersion >= 12006 -> "10.0.0-beta.1"