Skip to content

Commit

Permalink
Fix TSteelworks #3
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveHoly committed Sep 15, 2014
1 parent 8410415 commit ec0ecde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.07a"
version = "1.07b"
group= "exastris"
archivesBaseName = "Ex-Astris"

Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies {
compile files("libs/TConstruct_mc1.7.10_1.6.0d40.1.jar")
compile files("libs/Thaumcraft-1.7.10-4.2.0.1.jar")
compile files("libs/ThermalFoundation-[1.7.10]1.0.0B3-8.jar")
compile files("libs/TSteelworks-1.7.10-1.0.3.jar")
compile files("libs/TSteelworks-1.7.10-1.0.4.jar")
compile files("libs/Waila-1.5.3a_1.7.10.jar")
compile files("libs/RedstoneArsenal-[1.7.10]1.1.0B4-10.jar")
compile files("libs/Blood Magic-v1.1.0(1.7.10).jar")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ExAstris/Bridge/TSteelworks.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ExAstris.ExAstrisBlock;
import ExAstris.Data.MoltenData;
import tconstruct.smeltery.TinkerSmeltery;
import tsteelworks.lib.crafting.AdvancedSmelting;
import tsteelworks.lib.registry.AdvancedSmelting;


public class TSteelworks {
Expand Down

0 comments on commit ec0ecde

Please sign in to comment.