From 68c5e1637d9777cb557f7e7e8b34fd7a96cf51af Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 30 Oct 2019 15:35:09 +0000 Subject: [PATCH] Revert "Fix #1854" This reverts commit 5338898a --- .../java/techreborn/compat/rei/MachineRecipeCategory.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/techreborn/compat/rei/MachineRecipeCategory.java b/src/main/java/techreborn/compat/rei/MachineRecipeCategory.java index 5c643419a..b338daadb 100644 --- a/src/main/java/techreborn/compat/rei/MachineRecipeCategory.java +++ b/src/main/java/techreborn/compat/rei/MachineRecipeCategory.java @@ -142,8 +142,4 @@ public class MachineRecipeCategory implements RecipeCate return 60; } - @Override - public boolean checkTags() { - return true; - } }