From 2442dffb221e30457a3a255da666ee1790085170 Mon Sep 17 00:00:00 2001 From: Username404 Date: Mon, 28 Jun 2021 11:12:48 +0200 Subject: [PATCH] Include the current project's name in the mixins refmap names --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 453446f..2863662 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ subprojects { mappingsDep = officialMojangMappings() silentMojangMappingsLicense() mixinConfig("snowygui-mixins.json") - refmapName = "snowygui-common-refmap.json" + refmapName = "snowygui-${project.name}-refmap.json" } apply(plugin = "com.github.johnrengelman.shadow") val shadowC by configurations.creating