0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Minecraft】古い公式ランチャーを今でも使いたい

Posted at

…という奇特な人がいるかはさておき。発見したので書き残しておく。

Linuxなら次のコマンドでできる (要jq)。

JAR_URL="$(curl https://launchermeta.mojang.com/v1/products/launcher/6f083b80d5e6fabbc4236f81d0d8f8a350c665a9/linux.json \
  | jq -r ".java_launcher")"

curl --output legacy-launcher.jar "$JAR_URL"

インストールが終わった後は

java -jar ./legacy-launcher.jar

注意点として、Microsoftアカウントでのログインに対応していないのでそんなに使う価値はないと思われる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?