Replace deobf version of Waila with an API stub
This commit is contained in:
parent
1067d30264
commit
c8d716d39f
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,6 @@ fmp_version=1.1.1.324
|
|||
code_chicken_lib_version=1.1.3.127
|
||||
code_chicken_core_version=1.0.4.35
|
||||
nei_version=1.0.4.90
|
||||
waila_version=1.5.10_1.7.10
|
||||
bc_version=6.4.3
|
||||
|
||||
#########################################################
|
||||
|
@ -39,3 +38,4 @@ api_railcraft_version=1
|
|||
api_rblocks_version=1
|
||||
api_rf_version=2
|
||||
api_rotarycraft_version=1
|
||||
api_waila_version=1.5.10_1.7.10
|
|
@ -43,10 +43,9 @@ dependencies {
|
|||
compile "codechicken:CodeChickenCore:${config.cb_minecraft_version}-${config.code_chicken_core_version}:dev"
|
||||
compile "codechicken:NotEnoughItems:${config.cb_minecraft_version}-${config.nei_version}:dev"
|
||||
|
||||
compile "mcp.mobius.waila:Waila:${config.waila_version}:dev"
|
||||
|
||||
compile "com.mod-buildcraft:buildcraft:${config.bc_version}:dev"
|
||||
|
||||
// self compiled APIs
|
||||
compile(group: 'api', name: 'betterstorage', version: "${config.api_betterstorage_version}")
|
||||
compile(group: 'api', name: 'coloredlightscore', version: "${config.api_coloredlightscore_version}")
|
||||
compile(group: 'api', name: 'craftguide', version: "${config.api_craftguide_version}")
|
||||
|
@ -59,6 +58,7 @@ dependencies {
|
|||
compile(group: 'api', name: 'rblocks', version: "${config.api_rblocks_version}")
|
||||
compile(group: 'api', name: 'rf', version: "${config.api_rf_version}")
|
||||
compile(group: 'api', name: 'rotarycraft', version: "${config.api_rotarycraft_version}")
|
||||
compile "appeng:Waila:${config.api_waila_version}:api"
|
||||
|
||||
testCompile "junit:junit:4.11"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue