Skip to content

Commit

Permalink
Fix #626 Crash after new Forge Ore Dictionary binary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Nov 18, 2016
1 parent f18d5a0 commit 76e4e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
mcversion=1.11
forgeversion=13.19.0.2130
forgeversion=13.19.0.2148
mcp_mappings=snapshot_20161115
curse_project_id=238222

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/JustEnoughItems.java
Expand Up @@ -17,7 +17,7 @@
version = Constants.VERSION,
guiFactory = "mezz.jei.config.JEIModGuiFactory",
acceptedMinecraftVersions = "[1.11]",
dependencies = "required-after:forge@13.19.0.2127,);")
dependencies = "required-after:forge@[13.19.0.2142,);")
public class JustEnoughItems {

@SuppressWarnings("NullableProblems")
Expand Down

0 comments on commit 76e4e21

Please sign in to comment.