build.gradle
This commit is contained in:
parent
20294c004d
commit
07b882da12
|
|
@ -33,8 +33,6 @@ minecraft {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
||||||
maven { url 'http://maven.epoxide.org' }
|
|
||||||
|
|
||||||
ivy {
|
ivy {
|
||||||
name "LatMod"
|
name "LatMod"
|
||||||
artifactPattern "http://mods.latmod.com/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"
|
artifactPattern "http://mods.latmod.com/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"
|
||||||
|
|
@ -45,7 +43,6 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
deobfCompile "net.darkhax.gamestages:GameStages-1.11.2:1.0.11"
|
|
||||||
|
|
||||||
deobfCompile "LatMod:FTBUtilities:1.1x-3.6.5"
|
deobfCompile "LatMod:FTBUtilities:1.1x-3.6.5"
|
||||||
deobfCompile "LatMod:FTBLib:1.1x-3.6.5"
|
deobfCompile "LatMod:FTBLib:1.1x-3.6.5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user