From 3c834ce914d3c9ea1e6341a226b6e9e23393a4ea Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 18 Apr 2024 23:39:21 +0100 Subject: [PATCH] Remove unnecessary dependencies from fabric and forge --- mod/fabric/build.gradle | 9 --------- mod/forge/build.gradle | 6 ------ 2 files changed, 15 deletions(-) diff --git a/mod/fabric/build.gradle b/mod/fabric/build.gradle index 77191b4..d1d5b79 100644 --- a/mod/fabric/build.gradle +++ b/mod/fabric/build.gradle @@ -22,15 +22,6 @@ dependencies { common(project(path: ":common", configuration: "namedElements")) { transitive false } shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false } - - // https://modrinth.com/mod/voxelmap-updated/version/1.18.2-1.11.2 (1.11.2 fabric) - modCompileOnly("maven.modrinth:voxelmap-updated:SDVTG1wT") - // https://modrinth.com/mod/journeymap/version/1.18.2-5.9.7-fabric (5.9.7 fabric) - modCompileOnly("maven.modrinth:journeymap:5JbcGXLn") - // https://modrinth.com/mod/xaeros-minimap/version/23.6.2_Fabric_1.18.2 (23.6.2 fabric) - modCompileOnly("maven.modrinth:xaeros-minimap:Jwydpps9") - - // https://modrinth.com/mod/modmenu/version/3.2.5 (3.2.5 fabric) modCompileOnly("maven.modrinth:modmenu:nVxObSbX") } diff --git a/mod/forge/build.gradle b/mod/forge/build.gradle index 4239a8a..8eb12c2 100644 --- a/mod/forge/build.gradle +++ b/mod/forge/build.gradle @@ -26,12 +26,6 @@ dependencies { common(project(path: ":common", configuration: "namedElements")) { transitive false } shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive false } - - - // https://modrinth.com/mod/journeymap/version/1.18.2-5.9.7-forge (5.9.7 forge) - modCompileOnly("maven.modrinth:journeymap:2G6aMzKY") - // https://modrinth.com/mod/xaeros-minimap/version/23.6.2_Forge_1.18.2 (23.6.2 forge) - modCompileOnly("maven.modrinth:xaeros-minimap:yFuICfIq") } processResources {