tomsik68 / mclauncher-api

Tomsik68's Minecraft Launcher API. Documenting how minecraft launcher works & creating an API which will be able to work with custom launchers. Make sure to check out wiki!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to https

henrik42 opened this issue · comments

Any chance to merge LionZXY@37e0f29 ?
Download via HTTP doesn't work anymore it seems.

Hey, I cherry-picked the commit that you mentioned and released a new version into the maven repo. Let me know if it works any better.

Hi, sorry for the late response and thanks for your help. I must admit, I don't know how to comsume your release. Should I use a deps.edn :mvn ot :git dependency? I can't even tell what version your release has. Can I browse your release repo somehow?
Sorry for my incompetence. I'm trying to use your new release for https://github.com/lambdaisland/witchcraft-workshop/blob/main/deps.edn which uses sk.tomsik68/mclauncher-api {:mvn/version "0.3.6"} at the moment.
Do you have any hint for me how to proceed?

Sorry for the lack of clarity! Can you try consuming mclauncher-api 0.3.7 from my maven repo? You can find guides in the repo's readme.

Based on your edn file, it seems like you just need to bump to "0.3.7".

Great! Works like a charm. Thank's a lot.
You may update the readme with an example for deps.edn:

{:deps {sk.tomsik68/mclauncher-api {:mvn/version "0.3.7"}}
 :mvn/repos {"sk_tomsik68" {:url "https://raw.githubusercontent.com/tomsik68/maven-repo/master/"}}}