Skip to content

Commit

Permalink
change dummy core dep (#23)
Browse files Browse the repository at this point in the history
revert requiered version
  • Loading branch information
Dream-Master authored Jul 15, 2023
1 parent 507189b commit c744809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {

compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
compile('com.github.GTNewHorizons:CodeChickenLib:1.1.8:dev')
compile('com.github.GTNewHorizons:DummyCore:1.2.0:dev')
compile('com.github.GTNewHorizons:DummyCore:1.17.0:dev')
runtimeOnly("com.github.GTNewHorizons:NotEnoughItems:2.3.73-GTNH:dev")

runtimeOnly('com.github.GTNewHorizons:Baubles:1.0.1.16:dev')
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tb/core/TBCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TBCore {
public static final String name = "Thaumic Bases";
public static final String serverProxy = "tb.network.proxy.TBServer";
public static final String clientProxy = "tb.network.proxy.TBClient";
public static final String dependencies = "required-after:Thaumcraft@[4.2.3.5,);required-after:Baubles@[1.0.1.10,);required-after:DummyCore@[1.2,);";
public static final String dependencies = "required-after:Thaumcraft@[4.2.3.5,);required-after:Baubles@[1.0.1.10,);required-after:DummyCore@[1.6,);";

public static final TBConfig cfg = new TBConfig();

Expand Down

0 comments on commit c744809

Please sign in to comment.