obfuscator
obfuscator copied to clipboard
Name obfuscation changes field visibility
I am trying to obfuscate minecraft fabric mod, I have excluded my mixins from the process but still if I decompile the mod and look into the mixins priate static fields are changed to public static fields and because of that minecraft is crashing because mixins cannot have public static fields inside it only private.
Name obfuscation requires changing visibility otherwise package private access would break. You should exclude your mixins from being name obfuscated.