From 6e20fcb8c5a13d2145d8960a00b03507823c8d4d Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 18 Jun 2019 19:39:43 +0800 Subject: auto crafting... still using vanilla recipe book, can't figure how --- src/main/java/me/shedaniel/rei/api/ClientHelper.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/me/shedaniel/rei/api/ClientHelper.java') diff --git a/src/main/java/me/shedaniel/rei/api/ClientHelper.java b/src/main/java/me/shedaniel/rei/api/ClientHelper.java index d9f6c7ae8..3900e24ae 100644 --- a/src/main/java/me/shedaniel/rei/api/ClientHelper.java +++ b/src/main/java/me/shedaniel/rei/api/ClientHelper.java @@ -146,4 +146,7 @@ public interface ClientHelper { * @return whether there are any recipes to show */ boolean executeViewAllRecipesKeyBind(); + + boolean executeViewAllRecipesFromCategory(Identifier category); + } -- cgit