Minecraft-Client-Base
Minecraft-Client-Base copied to clipboard
[Feature] Detach Method
Is your feature request related to a problem? Please describe. Right now, the loader waits for 5s and then detaches automatically. The loader should instead wait in a loop until the client calls the native detach method.
Describe the solution you'd like Implement a native detach method that detaches the loader from Minecraft and call that method from the client. Then, create a waiting loop in the loader that waits until it should detach.
Describe alternatives you've considered N/A
Additional context N/A