From c20129457fa9ac76c58df4df84ad34d321f21ed9 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sat, 21 Feb 2026 15:32:26 +0100 Subject: [PATCH] Remove refmaps usage They're not needed anymore in recent minecraft + architectury-loom versions Signed-off-by: Username404-59 --- build.gradle.kts | 5 ----- common/src/main/resources/snowygui-common.mixins.json | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d88fc97..37c8d3d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,11 +60,6 @@ subprojects { silentMojangMappingsLicense() officialMojangMappings().parchment("org.parchmentmc.data:parchment-1.21.11:2025.12.20") } - val refmap = "snowygui-${project.name}-refmap.json" - mixin { - useLegacyMixinAp = true - defaultRefmapName = refmap - } } apply(plugin = "com.github.johnrengelman.shadow") val shadowC by configurations.creating diff --git a/common/src/main/resources/snowygui-common.mixins.json b/common/src/main/resources/snowygui-common.mixins.json index 8afc7b6..e94c68c 100644 --- a/common/src/main/resources/snowygui-common.mixins.json +++ b/common/src/main/resources/snowygui-common.mixins.json @@ -8,6 +8,5 @@ "injectors": { "defaultRequire": 1 }, - "minVersion": "0.8", - "refmap": "snowygui-common-refmap.json" + "minVersion": "0.8" } \ No newline at end of file