Skip to content

Fix AccessWideners not finding targets with ClassTweaker#182

Merged
wagyourtail merged 1 commit intounimined:lts/1.4from
firstdarkdev:1.4-classtweakerfix
Jan 6, 2026
Merged

Fix AccessWideners not finding targets with ClassTweaker#182
wagyourtail merged 1 commit intounimined:lts/1.4from
firstdarkdev:1.4-classtweakerfix

Conversation

@hypherionmc
Copy link
Contributor

@hypherionmc hypherionmc commented Jan 3, 2026

This fixes accesswidener did not find the following classes: [net/minecraft/client/gui/GuiTextField, net/minecraft/client/settings/KeyBinding] errors when using accesswideners with the new ClassTweaker introduced in #176

val targets = ct.targets.toMutableSet() returns the targets as net/minecraft instead of net.minecraft as the implementation expects, which results in the above error

Edit: This also affects the actual classtweaker format

@wagyourtail wagyourtail merged commit 8356f32 into unimined:lts/1.4 Jan 6, 2026
75 of 85 checks passed
@hypherionmc hypherionmc deleted the 1.4-classtweakerfix branch January 8, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants