Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Removed old dependency annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bartimaeusnek authored Mar 12, 2021
1 parent f83de89 commit fa28b21
Showing 1 changed file with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,18 @@
import java.io.StringReader;

@Mod(
modid = BartWorksCrossmod.MOD_ID, name = BartWorksCrossmod.NAME, version = BartWorksCrossmod.VERSION,
dependencies = "required-after:IC2; "
+ "required-after:gregtech; "
+ "required-after:bartworks;"
+ "before:TGregworks; "
+ "after:GalacticraftMars; "
+ "after:GalacticraftCore; "
+ "after:Micdoodlecore; "
+ "after:miscutils;"
+ "after:EMT;"
+ "after:tectech;"
modid = BartWorksCrossmod.MOD_ID,
name = BartWorksCrossmod.NAME,
version = BartWorksCrossmod.VERSION,
dependencies = "required-after:IC2; "
+ "required-after:gregtech; "
+ "required-after:bartworks;"
+ "after:GalacticraftMars; "
+ "after:GalacticraftCore; "
+ "after:Micdoodlecore; "
+ "after:miscutils; "
+ "after:EMT; "
+ "after:tectech; "
)
public class BartWorksCrossmod {
public static final String NAME = "BartWorks Mod Additions";
Expand Down

0 comments on commit fa28b21

Please sign in to comment.