Update WAILA 1.9 to HWYLA 1.11
This commit is contained in:
parent
71a5ec3e2a
commit
018c761638
2 changed files with 14 additions and 8 deletions
14
build.gradle
14
build.gradle
|
@ -54,6 +54,11 @@ repositories {
|
||||||
name = "ic2"
|
name = "ic2"
|
||||||
url = "http://maven.ic2.player.to/"
|
url = "http://maven.ic2.player.to/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maven {// HWYLA
|
||||||
|
name "TehNut"
|
||||||
|
url "http://tehnut.info/maven/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
@ -96,12 +101,13 @@ dependencies {
|
||||||
}
|
}
|
||||||
deobfCompile 'RebornCore:RebornCore-1.11:+:universal'
|
deobfCompile 'RebornCore:RebornCore-1.11:+:universal'
|
||||||
deobfCompile "mezz.jei:jei_1.11:+"
|
deobfCompile "mezz.jei:jei_1.11:+"
|
||||||
|
compile "mcp.mobius.waila:Hwyla:+"
|
||||||
//1.11 updates
|
//1.11 updates
|
||||||
// compile "net.darkhax.tesla:Tesla:1.9.4-1.1.0.24:deobf"
|
//compile "net.darkhax.tesla:Tesla:1.9.4-1.1.0.24:deobf"
|
||||||
// deobfCompile "slimeknights:TConstruct:1.10.2-2.5.3.jenkins384"
|
//deobfCompile "slimeknights:TConstruct:1.10.2-2.5.3.jenkins384"
|
||||||
// deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
|
//deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170"
|
||||||
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
|
deobfCompile "mcjty.theoneprobe:TheOneProbe:1.11-1.3.3-46"
|
||||||
//Only API untill
|
//Only API until ...
|
||||||
deobfCompile 'net.industrial-craft:industrialcraft-2:2.6.58-ex110:api'
|
deobfCompile 'net.industrial-craft:industrialcraft-2:2.6.58-ex110:api'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue