Hello,
I'm making a portable Minecraft launcher that runs from USB, and I want to install forge so I can optimize game performance for lower-end devices. The only problem is that the launcher uses custom directories and I would like installation to be as simple as possible (Preferably without any user input). Currently, the user has to manually find the game directory and press install which isn't Ideal (Especially for people who aren't too tech-savvy).
Are there any ways that this could be achieved? (Such as command line args)
Thanks!