-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.13+ update #270
1.13+ update #270
Conversation
…braries) Signed-off-by: barpec12 <barpec12@gmail.com>
This really needs to be committed soon!! |
Does this fix the builder? And does this move all versions of MC downloading to the new location? I've noticed that these pulls all target 1.13+ only, but MS is moving ALL downloads to the new location, not just 1.13+. And the old location is due to be removed/deprecated by the end of this month. |
@Routhinator These pulls support all versions. Builder works as well. |
Builder works fine (test w/ vanilla 1.13.2)
|
@barpec12 But i'm unable to run an 1.13.2 instance on MacOS
Any idea? Edit: Using |
launcher/src/main/java/com/skcraft/launcher/update/Updater.java
Outdated
Show resolved
Hide resolved
Good idea, I will correct that in a few days. |
Found an other issue. If I compare the versionManifest between https://launchermeta.mojang.com/v1/packages/df66b5a5f451d026c356ead8caf118c71919850b/1.13.2.json and my own I see that |
launcher/src/main/java/com/skcraft/launcher/model/minecraft/Arguments.java
Show resolved
Hide resolved
…guments.java Co-Authored-By: barpec12 <barpec12@gmail.com>
@barpec12 if its okay I would extend this PR with the features around the arguments? |
That would be nice. |
Co-Authored-By: barpec12 <barpec12@gmail.com>
After some research I think I need a custom deserializer to map the arguments into Java objects becuase the type of the arguments game and arguments jvm isn't constant. I can not provide it because my java skill are just limited to stack overflow ... But i think its important for future compability of minecraft. (For now we need |
When will this committed? I need to install Fabric 1.14.4 as loader, thanks |
Added it thanks |
How do i PR this into my own build since i didnt directly fork but made from source then made on gh later on after i edited things 🤔 |
@SDUBZ I don't see anything like this. Can you send me a github link to this line? |
That's not a bug. You are trying to merge my changes into your repository. Unfortunately there are some conflicts you have to solve manually. Read https://stackoverflow.com/questions/10657315/git-merge-left-head-marks-in-my-files |
@SDUBZ PR's are to review and comment on code that may or may not have issues when it comes to the base repo, to raise points specific to the PR to which the PR is being requested to be included within. A PR is not a tech support place. https://help.github.com/en/articles/about-pull-requests |
Superseded by the changes in master; thanks anyway! |
This PR gives you possibility to run 1.13 and further versions on SKCraft. Enjoy! :)