tungsten-client / tungsten

Epic Minecraft utility client
https://tungstenclient.com
MIT License
2 stars 0 forks source link

Enum Setting Rendered USELESS #64

Closed bruh1273 closed 1 year ago

bruh1273 commented 1 year ago

Essential Problem: Modules do NOT support inner classes.

EnumSetting becomes absolutely USELESS because you are not even allowed to declare an enum inside of the module class.

Additionally, you can not even make a new file for your enum, because that will not work either. The ONLY way for the module to recognize your enum, is that you make a new enum inside of the actual client's dierectory, then build a new dev jar, and replace that in libs.

I blame Saturn for this one. Thanks.

bruh1273 commented 1 year ago

Fixed.