Fix the versions of parchment and architectury-loom
This commit is contained in:
parent
bb9e9b382b
commit
5be4f8992e
|
@ -21,8 +21,8 @@ plugins {
|
|||
id("dev.architectury.loom") version (
|
||||
JavaVersion.current().let { version ->
|
||||
if (version >= JavaVersion.VERSION_16)
|
||||
"[0.9.0.153, ${if (version.isCompatibleWith(JavaVersion.VERSION_17)) "0.12.1" else "0.10.1"}["
|
||||
else "[0.7.3.152, 0.7.3.201["
|
||||
"[0.10.0, ${if (version.isCompatibleWith(JavaVersion.VERSION_17)) "0.12.1" else "0.10.1"}["
|
||||
else "[0.7.4, 0.7.4.200["
|
||||
}
|
||||
) apply false
|
||||
id("com.github.ben-manes.versions") version "0.42.0"
|
||||
|
@ -57,7 +57,7 @@ subprojects {
|
|||
apply(plugin = "org.jetbrains.kotlin.plugin.serialization")
|
||||
extensions.configure<LoomGradleExtension>("loom") {
|
||||
mappingsDep = layered {
|
||||
officialMojangMappings().parchment("org.parchmentmc.data:parchment-${rootProject.architectury.minecraft}:2021.10.17")
|
||||
officialMojangMappings().parchment("org.parchmentmc.data:parchment-${rootProject.architectury.minecraft}:2021.10.24")
|
||||
}
|
||||
silentMojangMappingsLicense()
|
||||
val refmap = "snowygui-${project.name}-refmap.json"
|
||||
|
|
Loading…
Reference in New Issue