Skip to content

Commit

Permalink
Temporarily remove JEI dependency because of loading order problems
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Nov 27, 2016
1 parent 581794d commit 8291b44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/slimeknights/tconstruct/TConstruct.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
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.2,);"
+ "after:JEI@[3.13.6.387,)",
+ "required-after:mantle@[1.10.2-1.1.2,);",
acceptedMinecraftVersions = "[1.10.2, 1.11)")
public class TConstruct {

Expand Down

0 comments on commit 8291b44

Please sign in to comment.