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

Better JEI compat #142

Merged
merged 9 commits into from
Mar 24, 2024
Merged

Better JEI compat #142

merged 9 commits into from
Mar 24, 2024

Conversation

WaitingIdly
Copy link
Collaborator

changes in this PR:

  • added the ability to remove non-items and non-fluids from the ingredients side (requires the type of ingredient to be specified)
  • adds the ability to remove all ingredients of a given type
  • adds the ability to remove all ingredients :trollface:
  • adds the ability to add and remove catalyst items from categories
  • adds the ability to remove all catalysts of a specific category
  • adds the ability to add and remove JEI descriptions (a special tab in JEI which displays information related to an item)
  • adds lang keys for the wiki and an examples file for the above
  • methods formerly directly inside JEI are now inside subregistries, so eg mods.jei.hide must now be mods.jei.ingredient.hide

Copy link
Member

@brachy84 brachy84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine. A short migration guide would be useful.

@brachy84 brachy84 added the mod compat Relating to compatability with a mod or features of a mod label Mar 22, 2024
@brachy84 brachy84 merged commit 6837ebf into CleanroomMC:master Mar 24, 2024
@WaitingIdly WaitingIdly deleted the more-jei-compat branch March 25, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod compat Relating to compatability with a mod or features of a mod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants