From 5bbeaff1592547cd5269f6c0b79fe52b6b6ca81f Mon Sep 17 00:00:00 2001 From: Robert MacRae Date: Sun, 26 Jan 2025 14:42:55 -0400 Subject: [PATCH] renamed mixin --- build.gradle | 2 +- .../resources/{mixins.ld.json => mixins.librecomponents.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main/resources/{mixins.ld.json => mixins.librecomponents.json} (100%) diff --git a/build.gradle b/build.gradle index 7d9f03b..81e2a19 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ jar { "Implementation-Version" : "${semver}", "Implementation-Vendor" : "The Realm 18 Studios", "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"), - "MixinConfigs" : "mixins.ld.json", + "MixinConfigs" : "mixins.librecomponents.json", "ContainedDeps" : "commons-collections4-4.4.jar" ]) } diff --git a/src/main/resources/mixins.ld.json b/src/main/resources/mixins.librecomponents.json similarity index 100% rename from src/main/resources/mixins.ld.json rename to src/main/resources/mixins.librecomponents.json