Skip to content

Commit

Permalink
Fix build script errors
Browse files Browse the repository at this point in the history
  • Loading branch information
micdoodle8 committed Mar 27, 2019
1 parent 7926c34 commit 33af6a3
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,21 @@ repositories {
name = 'curseforge'
url = 'https://minecraft.curseforge.com/api/maven/'
}
maven {
url = "https://mod-buildcraft.com/maven/"
}
}

dependencies {
compileOnly "jei:jei_1.12.2:4.13.1.225"
compileOnly "mekanism:Mekanism-1.12.2:9.4.13.349:api"
compileOnly "applied-energistics-2:appliedenergistics2-rv6:stable:6"
compileOnly "com.github.glitchfiend.biomesoplenty:BiomesOPlenty:1.12.2-7.0.1.2399:universal"
compileOnly "buildcraft-lib:buildcraft:lib:7.99.21"
compileOnly "redstone-flux:RedstoneFlux-1.12:2.1.0.6:universal"
compileOnly "actually-additions:ActuallyAdditions:1.12.2:r144"
compileOnly "industrial-craft:industrialcraft-2-2.8.109:ex112:api"
compileOnly "player-api:PlayerAPI:1.12.1:1.0"
compile "jei:jei_1.12.2:4.13.1.225"
compile "mekanism:Mekanism-1.12.2:9.4.13.349:api"
compile "applied-energistics-2:appliedenergistics2-rv6:stable:6"
compile "com.github.glitchfiend.biomesoplenty:BiomesOPlenty:1.12.2-7.0.1.2399:universal"
compile "com.mod-buildcraft:buildcraft-api:7.99.21"
compile "redstone-flux:RedstoneFlux-1.12:2.1.0.6:universal"
compile "actually-additions:ActuallyAdditions:1.12.2:r144"
compile "industrial-craft:industrialcraft-2-2.8.109:ex112:api"
compile "player-api:PlayerAPI:1.12.1:1.0"

}

Expand Down

0 comments on commit 33af6a3

Please sign in to comment.