Skip to content

Commit

Permalink
Readd xaeros-minimap dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonull authored and Gjum committed Aug 19, 2023
1 parent b6c734a commit f90cc05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencies {
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"
}

architectury {
Expand Down
2 changes: 2 additions & 0 deletions mod/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ dependencies {
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"
}

processResources {
Expand Down
2 changes: 2 additions & 0 deletions mod/forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies {

// 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 f90cc05

Please sign in to comment.