Skip to content

Commit

Permalink
Change to load before TCon not after
Browse files Browse the repository at this point in the history
  • Loading branch information
Roadhog360 committed Aug 26, 2024
1 parent e4b1ac4 commit e09c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ganymedes01/etfuturum/lib/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Reference {

public static final String MOD_ID = "etfuturum";
public static final String MOD_NAME = "Et Futurum Requiem";
public static final String DEPENDENCIES = "required-after:Forge@[10.13.4.1558,);after:Thaumcraft@[4.2.3.5,);after:TwilightForest;after:HardcoreEnderExpansion;after:bluepower;after:MineTweaker3;after:TConstruct;";
public static final String DEPENDENCIES = "required-after:Forge@[10.13.4.1558,);after:Thaumcraft@[4.2.3.5,);after:TwilightForest;after:HardcoreEnderExpansion;after:bluepower;after:MineTweaker3;before:TConstruct;";
public static final String VERSION_NUMBER = Tags.VERSION;
public static final boolean TESTING = Boolean.getBoolean("etfuturum.testing");
public static final boolean DEV_ENVIRONMENT = (Boolean) Launch.blackboard.get("fml.deobfuscatedEnvironment");
Expand Down

0 comments on commit e09c104

Please sign in to comment.