Skip to content

Commit

Permalink
Update required forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Apr 4, 2016
1 parent 8993960 commit 9e1bc07
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]",
dependencies = "required-after:Forge@[12.16.0.1819,);")
dependencies = "required-after:Forge@[12.16.0.1832,);")
public class JustEnoughItems {

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

0 comments on commit 9e1bc07

Please sign in to comment.