You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! To launch a custom JAR you have to conform to how .minecraft directories work (so-called "main dir"). In fact, you need to create a directory for your version under <main dir>/versions, and inside it, you also need to add a version metadata file <your version>.json, this metadata is really important as it tells the launcher how to build the command line to start your jar, which libraries to use, etc. You can check how mojang's versions are crafted and base your one on this.
Here is a sample directory structure, if your main dir is .minecraft and your custom version is named hello:
I have a custom jar to launch, and the API docs have nothing on like specifying a path to the jar, or anything like that.
The text was updated successfully, but these errors were encountered: