question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JEI integration filters

See original GitHub issue

Issue 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):

  1. Open Logistical Sorter
  2. Add new ItemStack filter
  3. Select desired item to filter in JEI
  4. Click the + icon
  5. 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:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
mekanismbot[bot]commented, Mar 22, 2019

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Just Enough Items (JEI) - Mods - Minecraft - CurseForge
Load tooltips and colors at runtime, remove fake world and fake player. Fix #785 unable to reload item filter at runtime; Fix #843...
Read more >
Is it possible to filter items in JEI by what mod they come from?
I'd like to ask if there's a way to make Just Enough Items do this sort of filtering? 8.
Read more >
JEI - Official Feed The Beast Wiki
JEI, or Just Enough Items, is a utility mod made by mezz. ... Double-clicking the search box will visually filter any inventories, including...
Read more >
On the Dynamics of Integration - Power Users
Furthermore, you can enable synchronization between the JEI and Storage Terminal search fields. If you are not satisfied with the provided text-based filtering...
Read more >
Search Box Info - Refined Mods
JEI synchronized (autoselected), Synchronizes the search box with JEI and autoselects the search box ... Search box filters. Mod ID or name.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found