Skip to content

Commit

Permalink
Merge pull request #25 from GTNewHorizons/glowredman-patch-1
Browse files Browse the repository at this point in the history
Disable `useDependencyInformation`
  • Loading branch information
Dream-Master authored Jun 25, 2024
2 parents f0e1817 + 7125482 commit a0194fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/sinthoras/hydroenergy/HETags.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class HETags {
public static final String MODNAME = "GRADLETOKEN_MODNAME";
public static final String VERSION = "GRADLETOKEN_VERSION";
public static final String GROUPNAME = "com.sinthoras.hydroenergy";
public static final String DEPENDENCIES = "required-after: gregtech;" + "required-after: tectech@[5.0,)";
public static final String DEPENDENCIES = "required-after:gregtech;required-after:tectech@[5.0,)";

public static final String waterLevel = "walv";
public static final String drainState = "drai";
Expand Down
6 changes: 1 addition & 5 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"authorList": ["SinTh0r4s"],
"credits": "",
"logoFile": "",
"screenshots": [],
"requiredMods": ["Forge", "gregtech", "tectech"],
"dependencies": ["gregtech", "tectech"],
"dependants": [],
"useDependencyInformation": true
"screenshots": []
}]
}

0 comments on commit a0194fe

Please sign in to comment.