Update to 1.21.5
This commit is contained in:
@@ -89,6 +89,7 @@ dependencies {
|
||||
12100 -> "0.100.3+1.21"
|
||||
12102 -> "0.106.1+1.21.2"
|
||||
12104 -> "0.111.0+1.21.4"
|
||||
12105 -> "0.119.9+1.21.5"
|
||||
else -> throw UnsupportedOperationException()
|
||||
}
|
||||
val fabricApiModules = mutableListOf(
|
||||
@@ -167,6 +168,7 @@ dependencies {
|
||||
|
||||
if (platform.isFabric) {
|
||||
val modMenuVersion = when {
|
||||
mcVersion >= 12105 -> "14.0.0-rc.2"
|
||||
mcVersion >= 12104 -> "13.0.0-beta.1"
|
||||
mcVersion >= 12102 -> "12.0.0-beta.1"
|
||||
mcVersion >= 12100 -> "11.0.0-rc.4"
|
||||
|
||||
Reference in New Issue
Block a user