Skip to content

Commit

Permalink
Reenable JEI dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Dec 7, 2016
1 parent edfb794 commit b65d511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/slimeknights/tconstruct/TConstruct.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
version = TConstruct.modVersion,
guiFactory = "slimeknights.tconstruct.common.config.ConfigGui$ConfigGuiFactory",
dependencies = "required-after:Forge@[12.18.2.2115,);"
+ "required-after:mantle@[1.10.2-1.1.3,);",
+ "required-after:mantle@[1.10.2-1.1.3,);"
+ "after:JEI@[3.13.6.387,)",
acceptedMinecraftVersions = "[1.10.2, 1.11)")
public class TConstruct {

Expand Down

0 comments on commit b65d511

Please sign in to comment.