Skip to content

Commit

Permalink
Remove gregtech version range
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedis committed Jun 29, 2024
1 parent 418220a commit 27680b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/caedis/duradisplay/DuraDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
acceptedMinecraftVersions = "[1.7.10]",
guiFactory = "com.caedis.duradisplay.config.GuiFactory",
acceptableRemoteVersions = "*",
dependencies = "after:gregtech@[5.09.43.63,);" + " after:EnderIO@[2.4.18,);")
dependencies = "after:gregtech;" + " after:EnderIO@[2.4.18,);")
public class DuraDisplay {

public final static String MODID = "duradisplay";
Expand Down

0 comments on commit 27680b9

Please sign in to comment.