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

EMI showing the wrong ingot in its unified recipes #74

Closed
Leclowndu93150 opened this issue Mar 19, 2024 · 3 comments
Closed

EMI showing the wrong ingot in its unified recipes #74

Leclowndu93150 opened this issue Mar 19, 2024 · 3 comments

Comments

@Leclowndu93150
Copy link

Minecraft Version

1.20.1

Mod Version

0.9.2

Describe the bug!

image
image
image
ingot from Nuclearcraft
image
ingot from enderio

Crash Report

No response

Log

No response

Additions and Modifications

Yes

Additions and Modifications Description

Nomifactory CEu: Modpack

Did the issue happen in singleplayer or on a server?

Singleplayer

@rlnt
Copy link
Member

rlnt commented Mar 19, 2024

We can't fix that because EMI has no option to hide items completely. Their in-recipe tag lookup feature and the item index are separate systems. We currently only hide unified items from the index.

Since EMI shows the first entry of a tag within a recipe that accepts it, and there is no option to specify the display stack or change the order of the entries, we can't do much here.

Before that, we used their item disabling feature which was mentioned in the initial EMI support issue submission: #39 (comment)

But sadly, this ended up breaking transfer handlers for hidden items: #67

Our interpretation of how hiding should work differs from the features EMI offers. Unlike JEI and REI, disabling the stack disabled the full functionality of EMI for the given stack altogether including transfer handlers. So we switched back to the less restrictive hiding approach (index only) in the more recent release of Almost Unified.

We talked to Emi about that and there is no easy solution to that problem without performance impact and maintenance burden on their side. I don't have a good alternative for that yet.

@rlnt rlnt reopened this Mar 19, 2024
@rlnt rlnt closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
@Leclowndu93150
Copy link
Author

Would removing the tag from these hidden items fix the issue ? (even though it is very hacky)
I have done that with KubeJS and it works like a charm

@rlnt
Copy link
Member

rlnt commented Mar 19, 2024

They would just become useless. This isn't the goal of Almost Unified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants