Skip to content

Commit

Permalink
Remove unnecessary dependencies from fabric and forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull committed Apr 18, 2024
1 parent 45b3929 commit 3c834ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions mod/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
6 changes: 0 additions & 6 deletions mod/forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3c834ce

Please sign in to comment.