Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Still missing some things, this is part 1.
|
|
arrays
|
|
Shouldn't crash anymore, shouldn't overwrite data in some bad way anymore either.
|
|
Things like:
* jar mods
* valid version files
|
|
|
|
Names were not set for the libraries, making them return invalid things
|
|
|
|
Added:
* jarmod importing
* fixing of bad minecraft versions
* mapping of undefined 'recommended' forge versions to something appropriate
* some fake guessing of pack icons
* fixes for some more issues found with the pack manifest format
|
|
attribute reading
|
|
|
|
|
|
Does not actually grab mods, but resolves them and prints the results in logs.
|
|
|
|
It really should not dictate how are things stored and it just makes
the metadata bigger for no reason.
|
|
|
|
|
|
This allows customizing the main jar like any other library.
|
|
libraries
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue where this causes the launcher to use the old assets URL
|
|
|
|
|
|
|
|
|
|
|