Skip to content

Commit

Permalink
Fix #306 update required Forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jun 7, 2016
1 parent 4cd04d1 commit 39976e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/JustEnoughItems.java
Expand Up @@ -22,7 +22,7 @@
version = Constants.VERSION,
guiFactory = "mezz.jei.config.JEIModGuiFactory",
acceptedMinecraftVersions = "[1.9,1.9.4]",
dependencies = "required-after:Forge@[12.16.0.1865,);")
dependencies = "required-after:Forge@[12.17.0.1946,);")
public class JustEnoughItems {

@SidedProxy(clientSide = "mezz.jei.ProxyCommonClient", serverSide = "mezz.jei.ProxyCommon")
Expand Down

0 comments on commit 39976e1

Please sign in to comment.