[WIP] JEI Improvements #836

Merged
Rover656 merged 7 commits from feat/jei-improvements into dev/1.21.1 2024-10-29 21:18:07 +00:00
Rover656 commented 2024-09-30 01:33:53 +00:00 (Migrated from github.com)

Description

  • Added dragging items into filters and machine ghost slots
  • Added "See Recipes" click area to most machines.
  • Other miscellaneous improvements to the JEI plugin.

TODO

  • Dragging chemicals from JEI into chemical filter #876

Checklist

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you).
  • I have made corresponding changes to the documentation.
  • My changes are ready for review from a contributor.
# Description * Added dragging items into filters and machine ghost slots * Added "See Recipes" click area to most machines. * Other miscellaneous improvements to the JEI plugin. <!-- If you're submitting a Draft PR, consider providing a TODO list using checkboxes --> # TODO - [ ] ~~Dragging chemicals from JEI into chemical filter~~ #876 <!-- For drafts, fill this in as you go; if you are leaving draft, make sure these are all complete. --> # Checklist - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you). - [x] I have made corresponding changes to the documentation. - [x] My changes are ready for review from a contributor. <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
github-actions[bot] (Migrated from github.com) reviewed 2024-09-30 01:34:28 +00:00
github-actions[bot] (Migrated from github.com) commented 2024-09-30 01:34:28 +00:00

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck> reported by reviewdog 🐶
Using the '.' form of import should be avoided - mezz.jei.api.recipe.RecipeIngredientRole..

🚫 **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Using the '.*' form of import should be avoided - mezz.jei.api.recipe.RecipeIngredientRole.*.
github-actions[bot] (Migrated from github.com) commented 2024-09-30 01:34:28 +00:00

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck> reported by reviewdog 🐶
Using the '.' form of import should be avoided - mezz.jei.api.recipe.RecipeIngredientRole..

🚫 **[checkstyle]** <com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck> <sub>reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:</sub><br>Using the '.*' form of import should be avoided - mezz.jei.api.recipe.RecipeIngredientRole.*.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#836
No description provided.