A framework with which to remotely load classes into a minecraft forge mod's classpath.
- Updating classes without requiring manual downloads from the user
- Downloading classes based on some sort of server authentication
- Clone the repo
- Copy your mod source into falcon's source
- Rename any instances of com/yourclient to your actual base mod package
- Upload client.jar to your server. Update the url in Loader.kt with the url of the uploaded jar
- Distribute loader.jar to your users
If you are planning on using remote loading as a security measure, I recommend using obfuscation as well. I recommend checking out binscure (binclub.dev/binscure), an obfuscator that I help develop.