Skip to content

Fix ore-dict based matching in PartyInventory#149

Merged
WaitingIdly merged 4 commits into
CleanroomMC:1.12from
jchung01:fix-ore-dict-retrieval
Apr 2, 2026
Merged

Fix ore-dict based matching in PartyInventory#149
WaitingIdly merged 4 commits into
CleanroomMC:1.12from
jchung01:fix-ore-dict-retrieval

Conversation

@jchung01
Copy link
Copy Markdown

@jchung01 jchung01 commented Apr 2, 2026

PartyInventory was not actually accounting for retrieval tasks that had ore-dict specified, just the base stack. This checks the hash of all stacks in the ore-dict when necessary to get the corresponding party's matching stacks.
Switched to using RecipeItemHelper#pack() for hashing.
Fixes #147.

@WaitingIdly WaitingIdly added the bugfix Fixes problems label Apr 2, 2026
Comment thread src/main/java/betterquesting/questing/party/PartyInventory.java Outdated
@WaitingIdly WaitingIdly merged commit d5e3b63 into CleanroomMC:1.12 Apr 2, 2026
@jchung01 jchung01 deleted the fix-ore-dict-retrieval branch May 9, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixes problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OreDict item quests no longer working properly

2 participants