A lightweight add-on for JEI, REI, and EMI. Filtering exact items is just a click away!
You can download this mod on:
Since we have no own maven repo yet, please use Curse Maven or Modrinth Maven instead.
Also, Most API in JEF is still not mature yet, but following parts are already usable.
You can register your own filters by implementing IToggledFilter and calling JefRegistries.registerToggledFilter().
Similar to preceding one.
Create a object implementing IItemTypeFilter and call JefRegistries.registerItemTypeFilter().
JEF uses IFilterProxy to notify item viewers when they need to refresh their ingredient lists.
If you are integrating a new item viewer,
implement this interface and register it via JefRegistries.registerProxy().
This mod is inspired by the filter feature in Not Enough Updates (NEU) mod.
