Fix Create Item Filters to allow vanilla use behavior to work#10337
Open
FactaviCk wants to merge 4 commits into
Open
Fix Create Item Filters to allow vanilla use behavior to work#10337FactaviCk wants to merge 4 commits into
FactaviCk wants to merge 4 commits into
Conversation
Author
|
suggested tags: pr flag: simple, pr type: fix |
VoidLeech
reviewed
May 10, 2026
VoidLeech
reviewed
May 10, 2026
Author
|
6.0.11? |
Collaborator
|
That’s up to the maintainers. They are all busy people who work on the mod in their free time, so there’s no timeline for when this gets reviewed for a possible merge. In light of #10373 (filters similarly print with most components intact) this should adjust |
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.
Fixes #10335
If the player is sneaking, instead of immediately passing, calls super.use().
This also fixes any behavior modifications of Item.use provided by mixins from other mods.
Schematics will sanitize food components when setting filters in order to prevent players from abusing #10373 to obtain arbitrary items via schematic nbt preservation exploit.