Add JEI ghost ingredient handling for filters and crafting slots Fixing #213#251
Merged
Ellpeck merged 1 commit intoEllpeck:mainfrom Jan 17, 2026
Merged
Add JEI ghost ingredient handling for filters and crafting slots Fixing #213#251Ellpeck merged 1 commit intoEllpeck:mainfrom
Ellpeck merged 1 commit intoEllpeck:mainfrom
Conversation
…s fixing Ellpeck#213 - Introduced `JEIFilterGhostIngredients` and `JEICraftingTerminalGhostIngredients` to support ghost ingredients in JEI. - Added `PacketFilterSlot` to handle server-side updates for filter slots. - Updated `FilterSlot` with a public `slotClick` method to support packet communication. - Registered JEI ghost ingredient handlers in `JEIPrettyPipesPlugin`.
Owner
|
Hm, it turns out I was a bit too quick to merge these without testing they work. This may be in relation to #250 not having been merged with, but this PR and the non-JEI one (#252) have a number of issues:
Sorry that I so hastily merged these without checking if it all works, I'd assumed these were thoroughly tested because you shared all the videos & screenshots in the Discord server. Again, maybe this is just because #250 has not been merged yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces support for JEI ghost ingredients in filters and crafting slots. It includes:
JEIFilterGhostIngredientsandJEICraftingTerminalGhostIngredientsto handle ghost ingredient features.PacketFilterSlotfor server-side updates of filter slots.FilterSlotwith a publicslotClickmethod to facilitate packet communication.JEIPrettyPipesPlugin.