Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in JEI ghost item support when configuring filter/bus slots #3787

Closed
Keridos opened this issue Oct 18, 2018 · 2 comments
Closed

Add in JEI ghost item support when configuring filter/bus slots #3787

Keridos opened this issue Oct 18, 2018 · 2 comments
Assignees
Labels
resolved Hopefully

Comments

@Keridos
Copy link

Keridos commented Oct 18, 2018

JEI since quite some time has a feature which lets you configure ghost slots using the JEI pane instead of the actual items/fluids from your inventory. It would be great if this could be integrated into AE2

Describe the feature
Take a look at EnderIO, the filters for its conduits support this.

Reasons why it should be considered
Makes configuring ghost slots much more convenient with JEI

Additional Context
This is Refined Storages implementation for it: refinedmods/refinedstorage@861e67c

@yueh
Copy link
Member

yueh commented Oct 18, 2018

While it certainly would be a nice feature, it is quite common that the itemstack shown in JEI won't match the data of the existing item (except trivial ones like cobble). Therefore there won't be any indication why they do not work even when configured correctly without exposing minecraft internals to every player.

While export/import buses might be a bit more forgiving, there is no way to allow it for some cases like crafting as it is guaranteed to fail very frequently. So further to not working randomly, it would also be pretty inconsistent that some slots allow it, while others do not or even cause subsequent faults somewhere else. Which we already had with drag&drop from JEI as it sometimes work automatically.

Hopefully 1.13 will allow us to revisit it as it technically makes filtering them a bit easier. But that only works as long as no mods start to actively break it because the want to be special.

@yueh yueh closed this as completed Oct 18, 2018
@Keridos
Copy link
Author

Keridos commented Oct 19, 2018

Could you at least consider this for fluids?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2020
@shartte shartte reopened this Apr 19, 2021
@shartte shartte self-assigned this Apr 19, 2021
@yueh yueh added the resolved Hopefully label May 17, 2021
@yueh yueh closed this as completed May 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved Hopefully
Projects
None yet
Development

No branches or pull requests

3 participants