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 JEI Categories and related improvements #201

Merged
merged 7 commits into from
Jul 24, 2024

Conversation

WaitingIdly
Copy link
Collaborator

changes in this PR:

  • adds the ability to add Categories to JEI.
  • adds i18n wiki keys and update the examples file with the related compat.
  • converts some JEI operations to be mixin-based, to ensure they happen after all other compat is run. without this, you are unable to remove catalysts from some categories or hide some ingredients.
  • extracts the JEI information for InWorldCrafting into its own file.
  • makes the documentation generation not generate the builder with comments on the wiki, even if commented is true.
  • moves non-anto-generated files into a separate folder inside postInit.
  • adds some examples for classes.
    • examples include a generic registry, bootleg reloading compat for the generic registry, and a IRecipeCategory used for the JEI category example (commented by default)
  • adds a new custom groovy file to demonstrate the custom reloading compat.
    • this also demonstrates some event logic.

@brachy84 brachy84 added the enhancement New feature or request label Jul 22, 2024
@brachy84 brachy84 merged commit 44877fc into CleanroomMC:master Jul 24, 2024
@WaitingIdly WaitingIdly deleted the jei-later branch July 24, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants