Skip to content

Commit

Permalink
fix dependency order
Browse files Browse the repository at this point in the history
  • Loading branch information
srs-bsns committed Oct 24, 2016
1 parent 99f0cd0 commit a818549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appalachia/Appalachia.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
modid = ModInfo.MOD_ID,
name = ModInfo.MOD_NAME,
version = ModInfo.MOD_VERSION,
dependencies = "required-after:Forge@[" + ModInfo.MCF_MINVER + "," + ModInfo.MCF_MAXVER + ");required-after:RTG@[" + ModInfo.RTG_MINVER + "," + ModInfo.RTG_MAXVER + ")",
dependencies = "required-after:Forge@[" + ModInfo.MCF_MINVER + "," + ModInfo.MCF_MAXVER + ");required-before:RTG@[" + ModInfo.RTG_MINVER + "," + ModInfo.RTG_MAXVER + ")",
acceptableRemoteVersions = "*"
)
public class Appalachia {
Expand Down

0 comments on commit a818549

Please sign in to comment.