WAILA compatibility
Currently has handlers for Teleposers and Blood Altars
This commit is contained in:
parent
318e3a03c7
commit
cb929a93b6
6 changed files with 24 additions and 2 deletions
|
@ -37,10 +37,15 @@ if (new File(projectDir, '.git').exists())
|
|||
|
||||
repositories {
|
||||
maven { url "http://dvs1.progwml6.com/files/maven" }
|
||||
maven { url "http://mobiusstrip.eu/maven" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
deobfCompile "mezz.jei:jei_${mc_version}:${jei_version}"
|
||||
|
||||
compile ("mcp.mobius.waila:Waila:${waila_version}_1.8.8:dev") {
|
||||
exclude group: 'mcp.mobius.waila'
|
||||
}
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue