From 445d2ac3460d2e2fe37d31be39b309b2a18f542f Mon Sep 17 00:00:00 2001 From: MightyKnight <38622942+MightyKnight@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:33:44 +0100 Subject: [PATCH] Remove empty mixin json to prevent warning --- fabric/src/main/resources/fabric.mod.json | 3 +-- .../seamless_loading_screen-fabric.mixins.json | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 fabric/src/main/resources/seamless_loading_screen-fabric.mixins.json diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index bd624da..05fcb9b 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -23,8 +23,7 @@ ] }, "mixins": [ - "seamless_loading_screen-common.mixins.json", - "seamless_loading_screen-fabric.mixins.json" + "seamless_loading_screen-common.mixins.json" ], "custom": { "sodium:options": { diff --git a/fabric/src/main/resources/seamless_loading_screen-fabric.mixins.json b/fabric/src/main/resources/seamless_loading_screen-fabric.mixins.json deleted file mode 100644 index 1ef9036..0000000 --- a/fabric/src/main/resources/seamless_loading_screen-fabric.mixins.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "required": true, - "package": "com.minenash.seamless_loading_screen.fabric.mixin", - "compatibilityLevel": "JAVA_17", - "minVersion": "0.8", - "client": [ - ], - "mixins": [ - ], - "injectors": { - "defaultRequire": 1 - } -} \ No newline at end of file