From 8ebd834e73b80b3b02fa9db770e88caaaa70fea8 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 16 May 2022 19:35:28 +0300 Subject: [PATCH] 1.18.2 --- .github/FUNDING.yml | 1 - README.md | 2 +- unix/mc_start.sh | 4 ++-- windows/README.md | 6 ++++-- windows/mc_start.bat | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index ba93dc4..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -ko_fi: iiiypuk diff --git a/README.md b/README.md index 9749436..dd4dc1a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ![License](https://img.shields.io/github/license/iiiypuk/minecraft-launcher?style=for-the-badge) ![Latest release](https://img.shields.io/github/v/release/iiiypuk/minecraft-launcher?style=for-the-badge) ![Total downloads](https://img.shields.io/github/downloads/iiiypuk/minecraft-launcher/total?style=for-the-badge) ## Minecraft Natives -Natives catalog in [Mega.nz](https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w) +The natives catalog is located on [Mega.nz](https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w). **Notes:** - Natives for `1.16.3` identical for `1.16.4`. diff --git a/unix/mc_start.sh b/unix/mc_start.sh index 3259627..adc19fb 100644 --- a/unix/mc_start.sh +++ b/unix/mc_start.sh @@ -14,10 +14,10 @@ GAME_DIR=$MC_DIR # Assets location ASSETS_DIR=$MC_DIR/assets -ASSETS_INDEX=1.17 +ASSETS_INDEX=1.18 # Version to use -GAME_VERSION=1.17.1 +GAME_VERSION=1.18.2 # Native libs location NATIVES_DIR=$MC_DIR/bin/$GAME_VERSION diff --git a/windows/README.md b/windows/README.md index edf8284..c741c49 100644 --- a/windows/README.md +++ b/windows/README.md @@ -1,2 +1,4 @@ -## Java SE Download -Oracle JavaSE JDK 16 [download](https://www.oracle.com/java/technologies/javase-jdk16-downloads.html). +## Java minimum version +For run Minecraft need Java **17.0.1**. + +[Proof](https://minecraft.fandom.com/wiki/Tutorials/Update_Java). diff --git a/windows/mc_start.bat b/windows/mc_start.bat index 173aeee..3d73388 100644 --- a/windows/mc_start.bat +++ b/windows/mc_start.bat @@ -14,10 +14,10 @@ set GAME_DIR=%MC_DIR% :: libraries and resource dir (requires no changes) set ASSETS_DIR=%MC_DIR%\assets -set ASSETS_INDEX=1.17 +set ASSETS_INDEX=1.18 :: version minecraft (from versions/ dir) -set GAME_VERSION=1.17.1 +set GAME_VERSION=1.18.2 :: get archive from natives/ dir set NATIVES_DIR=%MC_DIR%\bin\%GAME_VERSION%