From 1779fc2112964d92ae265e09769f4b47e72b7144 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 20 Apr 2016 22:11:20 -0700 Subject: [PATCH] Close #255 API to open the Recipes Gui for items, fluids, and categories --- changelog.html | 8 ++ gradle.properties | 2 +- src/main/java/mezz/jei/GuiEventHandler.java | 38 ++++++---- src/main/java/mezz/jei/Internal.java | 3 + src/main/java/mezz/jei/JeiRuntime.java | 25 ++++++- src/main/java/mezz/jei/ProxyCommonClient.java | 8 +- src/main/java/mezz/jei/api/IJeiRuntime.java | 6 ++ src/main/java/mezz/jei/api/IRecipesGui.java | 53 +++++++++++++ src/main/java/mezz/jei/gui/RecipesGui.java | 75 ++++++++++++++++--- 9 files changed, 185 insertions(+), 33 deletions(-) create mode 100644 src/main/java/mezz/jei/api/IRecipesGui.java diff --git a/changelog.html b/changelog.html index e9e793cf3..0f582674c 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,11 @@ +

3.2.12

+

API:

+ +
+
+

3.2.11

Features: