Skip to content

Commit

Permalink
Merge pull request #1094 from thatsIch/e-waila-api
Browse files Browse the repository at this point in the history
Replace deobf version of Waila with an API stub
  • Loading branch information
thatsIch committed Mar 26, 2015
2 parents 0542a58 + c8d716d commit 50f141e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

#########################################################
Expand All @@ -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
4 changes: 2 additions & 2 deletions gradle/scripts/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand All @@ -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"
}

0 comments on commit 50f141e

Please sign in to comment.