Skip to content

Commit

Permalink
Use self compiled InvTweaks API
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed May 3, 2015
1 parent 65d0ae9 commit 1710894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enderio_version=2.3.0.375_beta
#texpansion_version=4.0.0-176
#tfoundation_version=1.0.0-82
betterstorage_version=0.11.3.123.20
invtweaks_version=1.59-dev-3
invtweaks_version=1.58

#########################################################
# Provided APIs #
Expand Down
2 changes: 1 addition & 1 deletion gradle/scripts/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ dependencies {
// provided APIs
compile "net.industrial-craft:industrialcraft-2:${ic2_version}-experimental:api"
compile "net.mcft.copy.betterstorage:BetterStorage:${minecraft_version}-${betterstorage_version}:api"
compile "inventorytweaks:InventoryTweaks:${invtweaks_version}:api"

// self compiled APIs
compile "appeng:Waila:${waila_version}_${minecraft_version}:api"
compile "appeng:RotaryCraft:${rotarycraft_version}:api"
compile "appeng:mekanism:${minecraft_version}-${mekansim_version}:api"
compile "appeng:InventoryTweaks:${invtweaks_version}:api"

// self compiled stubs
compile(group: 'api', name: 'coloredlightscore', version: "${api_coloredlightscore_version}")
Expand Down

0 comments on commit 1710894

Please sign in to comment.