From 5be4f8992eb84fb7cfc7726240fb92037f8f3762 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sat, 18 Sep 2021 23:02:23 +0200 Subject: [PATCH] Fix the versions of parchment and architectury-loom --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d1576ba..d4c7b74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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("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"