Age | Commit message (Collapse) | Author |
|
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
|
|
Things like:
* jar mods
* valid version files
|
|
|
|
It still needs work - some LWJGL versions are exclusive to macOS.
This has to be encoded in the json.
|
|
They are now distinct classes with distinct responsibilities.
* ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version.
* VersionFile is the basic element that holds version information loaded from JSON.
* Meta::Version is the loader class for VersionFile(s) from a server.
|
|
|
|
|
|
Meta index will now always return valid objects.
They just might never load if they don't exist on the server.
|
|
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8.
We need those builtin versions for now.
|
|
|