Skip to content

Commit

Permalink
Switched FTB Chunks dependency to the proper source rather than Curse…
Browse files Browse the repository at this point in the history
…Maven
  • Loading branch information
TechTastic committed Dec 28, 2024
1 parent 2950f73 commit 525d75c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,20 @@ subprojects {
includeGroup "com.rbasamoyai"
}
}
maven { // FTB Stuffs
url "https://maven.saps.dev/releases"
content {
includeGroup "dev.latvian.mods"
includeGroup "dev.ftb.mods"
}
}
maven { // FTB Stuffs
url "https://maven.saps.dev/snapshots"
content {
includeGroup "dev.latvian.mods"
includeGroup "dev.ftb.mods"
}
}
}
}

Expand Down
4 changes: 1 addition & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ dependencies {
}

// FTB Stuffs
modCompileOnly("curse.maven:ftb-util-404465:4210935")
modCompileOnly("curse.maven:ftb-teams-404468:4229138")
modCompileOnly("curse.maven:ftb-chunks-314906:4229120")
modCompileOnly("dev.ftb.mods:ftb-chunks:1802.3.19-build.362") { transitive = false }

// Weather2 1.18
modCompileOnly("curse.maven:weather-storms-tornadoes-237746:4426524")
Expand Down

0 comments on commit 525d75c

Please sign in to comment.