Skip to content

Commit

Permalink
chore: use curse maven for Guide API
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrusso committed Sep 4, 2020
1 parent bb8a32f commit bd9cf09
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
// JEI
deobfCompile "mezz.jei:jei_1.12.2:4.9.1.187"
// Guide-API
deobfCompile "info.amerifrance.guideapi:Guide-API:1.12-2.1.8-63"
deobfCompile "curse.maven:guide-api:2645992"
// GameStages
deobfCompile "net.darkhax.gamestages:GameStages-1.12.2:2.0.115"
// BookShelf
Expand Down Expand Up @@ -78,10 +78,6 @@ repositories {
maven {
url 'https://dvs1.progwml6.com/files/maven'
}
// Guide-API
maven {
url 'https://tehnut.info/maven'
}
// GameStages, ItemStages, DimensionStages, MobStages, TinkerStages
maven {
url 'https://maven.mcmoddev.com'
Expand Down

0 comments on commit bd9cf09

Please sign in to comment.