Skip to content

Fix BqsAdvListener clinit error#152

Merged
WaitingIdly merged 1 commit into
CleanroomMC:1.12from
WaitingIdly:advancement-obf-name-fix
May 16, 2026
Merged

Fix BqsAdvListener clinit error#152
WaitingIdly merged 1 commit into
CleanroomMC:1.12from
WaitingIdly:advancement-obf-name-fix

Conversation

@WaitingIdly
Copy link
Copy Markdown
Collaborator

changes in this PR:

  • switch ReflectionHelper to ObfuscationReflectionHelper, fixing an error when constructing BqsAdvListener.

the old method, while looking correct, had its parameters in the wrong order (should be in the order fieldName, fieldObfName, but was field_192762_j, player). this line hasnt been changed in BQu.

should resolve #151

@WaitingIdly WaitingIdly added the bugfix Fixes problems label May 10, 2026
@WaitingIdly WaitingIdly merged commit 0711add into CleanroomMC:1.12 May 16, 2026
2 checks passed
@WaitingIdly WaitingIdly deleted the advancement-obf-name-fix branch May 16, 2026 09:52
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.

BqsAdvListener clinit error

1 participant