Minecraft Development for IntelliJ plugin version
2025.2-1.8.9
IntelliJ version
2025.2.4 Community
Operating System
Windows 11
Target platform
Mixins
Description of the bug
When a Mixin class is declared as public, annotated, and registered in the Mixin config file, MCDev marks it as "used":
However, if the class is instead made package-private, it will be marked with an "unused" warning, regardless of its presence in the config:
This is a very minor issue, but is still an odd inconsistency that should be looked into.