JEI integration filters
See original GitHub issueIssue description:
JEI has the option to transfer recipes (IRecipeTransferHandler
). It would be nice to use this to fill in item filters used by the logistical sorter & digital miner.
Steps to reproduce (the wanted result):
- Open Logistical Sorter
- Add new ItemStack filter
- Select desired item to filter in JEI
- Click the + icon
- See the
ItemStack
appear in the top left slot
Needed functionality:
Somewhere in MekanismJEI needs to be the following call:
registry.getRecipeTransferRegistry().addUniversalRecipeTransferHandler(......)
An IRecipeTransferHandler
which is specific for the item filters.
The problem why this is an issue and not something I’ve already implemented:
It only works with classes extending Container
, which there isn’t. All needed for the filters are some GUI’s to set stuff up, and a list in the tile entity storing all the filters, there isn’t a part in between which could store stuff (a container).
Opened for discussion as I’m not sure this is (without to much problems) possible.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
For reference, here’s how Integrated Dynamics does it with its logic programmer: https://github.com/CyclopsMC/IntegratedDynamics-Compat/blob/8417e00c478781543b7d12f2cfaad921a089fed3/src/main/java/org/cyclops/integrateddynamicscompat/modcompat/jei/JEIIntegratedDynamicsConfig.java
This request has been added to the master list at #5320
In order to keep issue numbers under control this issue will be closed and used as future reference.