tungsten-client / tungsten

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

Clickgui Updates #19

Closed TangyKiwi closed 1 year ago

TangyKiwi commented 1 year ago

Added some dummy modules and types for testing, feel free to remove

0x4D2D commented 1 year ago

can you please remove the "dummy code to force load modules" idk why you have this, we should never be adding the same module multiple times to the registry, additionally, WHY???? why are we adding a blank module

ModuleInitializer.java Line 31

other than that looks good to me

0x4D2D commented 1 year ago

also please move ClickGUI.java and TungstenBridge.java into a new clickgui directory inside of the gui folder, in preparation for further progress

TangyKiwi commented 1 year ago

Once checks finish should be good to go. Dummy code to load modules and force test the id implementation within the clickgui, too lazy to make multiple so I just load the same one twice.