Update to 1.21.2
This commit is contained in:
@@ -87,6 +87,7 @@ dependencies {
|
||||
12004 -> "0.91.2+1.20.4"
|
||||
12006 -> "0.98.0+1.20.6"
|
||||
12100 -> "0.100.3+1.21"
|
||||
12102 -> "0.106.1+1.21.2"
|
||||
else -> throw UnsupportedOperationException()
|
||||
}
|
||||
val fabricApiModules = mutableListOf(
|
||||
@@ -165,6 +166,7 @@ dependencies {
|
||||
|
||||
if (platform.isFabric) {
|
||||
val modMenuVersion = when {
|
||||
mcVersion >= 12102 -> "12.0.0-beta.1"
|
||||
mcVersion >= 12100 -> "11.0.0-rc.4"
|
||||
mcVersion >= 12006 -> "10.0.0-beta.1"
|
||||
mcVersion >= 12003 -> "9.0.0-pre.1"
|
||||
|
||||
Reference in New Issue
Block a user