Open
Conversation
|
couldn't #10 be in this PR? |
Contributor
Author
|
12w18a and 12w19a are in a separate PR because their clients are different from all other Minecraft versions. Instead of the client being a single jar those two versions have a zip file that includes both the client jar and the server jar. This is because they were the first versions to make singleplayer worlds run on a local server. Since this may need special handling in MultiMC they are not included in this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds all Minecraft versions that are not in the launcher but are available from assets.minecraft.net as jar files.
There are two versions that are available as zip files, those will be added in a separate PR because they might need special handling.
See https://github.com/jackassmc/assets.minecraft.net-jars for more information.