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

ExtendedAE "ME Extended Pattern Providers" not showing up in JEI? #6498

Open
RedDamer opened this issue Dec 25, 2024 · 1 comment
Open

ExtendedAE "ME Extended Pattern Providers" not showing up in JEI? #6498

RedDamer opened this issue Dec 25, 2024 · 1 comment

Comments

@RedDamer
Copy link

Modpack

FTB Evolution

Modpack version

1.6.0

Launcher

FTB App

Has the pack been modified

No

Log Files

No response

Describe the bug

Working through the ExtendedAE line, and finding that the extended pattern provider just... doesn't exist? Every other block is showing in JEI, but I cannot find the upgrades for the regular-to-extended version, or the crafting for the extended itself listed. They show up in the guide book, but, no way to make them.

Also, just found out that if you dig through the uses for the crystal assembler, you CAN indeed find the recipe!

Steps to reproduce

  1. Open Evolution
  2. Search in JEI "@ExtendedAE"
  3. See the other machines from this mod, but not the Extended Pattern Provider

Expected behaviour

Should be able to make the Extended PP

Screenshots

2024-12-24_21 51 29
2024-12-24_21 51 58

Additional information

(Happy Holidays btw everyone!)

@r-mc2
Copy link

r-mc2 commented Jan 3, 2025

I've noticed the same thing and I think it has to do with the unUnified list y'all are maintaining.

"extendedae:ex_pattern_provider_part",
"extendedae:pattern_provider_upgrade",
"extendedae:ex_pattern_provider",
"extendedae:pattern_provider_upgradee",

The ExtendedAE items in that list, per the above, get removed as per this loop:

//remove globally ununified items
global["unUnified"].forEach((id) => {
  event.removeAllTagsFrom(id);
  event.add("c:hidden_from_recipe_viewers", id);
});

However, I cannot find any reference to the removed items being readded with unified resources, so effectively these items no longer exist.

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