Skip to content

Commit

Permalink
Update for Minecraft 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Dec 30, 2015
1 parent 2254350 commit b509f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,5 +1,5 @@
mcversion=1.8.8
forgeversion=11.15.0.1635-1.8.8
mcversion=1.8.9
forgeversion=11.15.0.1656

version_major=2
version_minor=12
Expand Down
1 change: 1 addition & 0 deletions src/main/java/mezz/jei/JustEnoughItems.java
Expand Up @@ -23,6 +23,7 @@
name = Constants.NAME,
version = Constants.VERSION,
guiFactory = "mezz.jei.config.JEIModGuiFactory",
acceptedMinecraftVersions = "[1.8.8,1.8.9]",
dependencies = "required-after:Forge@[11.14.0.1269,);")
public class JustEnoughItems {

Expand Down

0 comments on commit b509f6c

Please sign in to comment.