Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWeabo committed Jul 21, 2024
1 parent ea37c18 commit 673b217
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 @@ -36,7 +36,7 @@
dependencies {
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.5.25-GTNH:dev")
api("com.github.GTNewHorizons:GTNHLib:0.2.10:dev")
api("com.github.GTNewHorizons:ModularUI2:2.0.9-1.7.10:dev")
api("com.github.GTNewHorizons:ModularUI2:2.0.10-1.7.10-pre:dev")
api("dev.dominion.ecs:dominion-ecs-engine:0.9.0")
api("dev.dominion.ecs:dominion-ecs-api:0.9.0")
//api("com.github.GTNewHorizons:Angelica:1.0.0-alpha52:dev")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gtnewhorizons/mutecore/MuTECore.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class MuTECore {

public static final String MODID = "mutecore";
public static final Logger LOG = LogManager.getLogger(MODID);
public static final String DEPENDENCIES = "required-after:gtnhlib@[0.2.7,);" + "required-after:modularui;"
public static final String DEPENDENCIES = "required-after:gtnhlib@[0.2.7,);" + "required-after:modularui2;"
+ "after:appliedenegistics2";
@SidedProxy(clientSide = "com.gtnewhorizons.mutecore.ClientProxy", serverSide = "com.gtnewhorizons.mutecore.CommonProxy")
public static CommonProxy proxy;
Expand Down

0 comments on commit 673b217

Please sign in to comment.