Revert "Fix #1854"

This reverts commit 5338898a
This commit is contained in:
modmuss50 2019-10-30 15:35:09 +00:00
parent 99ad05f772
commit 68c5e1637d

View file

@ -142,8 +142,4 @@ public class MachineRecipeCategory<R extends RebornRecipe> implements RecipeCate
return 60;
}
@Override
public boolean checkTags() {
return true;
}
}