WAILA work

This commit is contained in:
Pahimar 2014-09-30 11:29:45 -04:00
parent 276632ecf3
commit e08cc0ef30

View file

@ -15,7 +15,23 @@ buildscript {
}
}
apply plugin: 'java'
apply plugin: 'forge'
apply plugin: 'maven'
repositories {
maven { // The repo from which to get waila
name "Mobius Repo"
url "http://mobiusstrip.eu/maven"
}
maven { // the repo from which to get NEI and stuff
name 'CB Repo'
url "http://chickenbones.net/maven/"
}
}
dependencies {
compile "mcp.mobius.waila:Waila:1.5.3_1.7.10"
}
ext.configFile = file "build.properties"