1.18.2
This commit is contained in:
parent
a4fc72dc52
commit
8ebd834e73
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -1 +0,0 @@
|
|||||||
ko_fi: iiiypuk
|
|
@ -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)
|
![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
|
## 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:**
|
**Notes:**
|
||||||
- Natives for `1.16.3` identical for `1.16.4`.
|
- Natives for `1.16.3` identical for `1.16.4`.
|
||||||
|
@ -14,10 +14,10 @@ GAME_DIR=$MC_DIR
|
|||||||
|
|
||||||
# Assets location
|
# Assets location
|
||||||
ASSETS_DIR=$MC_DIR/assets
|
ASSETS_DIR=$MC_DIR/assets
|
||||||
ASSETS_INDEX=1.17
|
ASSETS_INDEX=1.18
|
||||||
|
|
||||||
# Version to use
|
# Version to use
|
||||||
GAME_VERSION=1.17.1
|
GAME_VERSION=1.18.2
|
||||||
|
|
||||||
# Native libs location
|
# Native libs location
|
||||||
NATIVES_DIR=$MC_DIR/bin/$GAME_VERSION
|
NATIVES_DIR=$MC_DIR/bin/$GAME_VERSION
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
## Java SE Download
|
## Java minimum version
|
||||||
Oracle JavaSE JDK 16 [download](https://www.oracle.com/java/technologies/javase-jdk16-downloads.html).
|
For run Minecraft need Java **17.0.1**.
|
||||||
|
|
||||||
|
[Proof](https://minecraft.fandom.com/wiki/Tutorials/Update_Java).
|
||||||
|
@ -14,10 +14,10 @@ set GAME_DIR=%MC_DIR%
|
|||||||
|
|
||||||
:: libraries and resource dir (requires no changes)
|
:: libraries and resource dir (requires no changes)
|
||||||
set ASSETS_DIR=%MC_DIR%\assets
|
set ASSETS_DIR=%MC_DIR%\assets
|
||||||
set ASSETS_INDEX=1.17
|
set ASSETS_INDEX=1.18
|
||||||
|
|
||||||
:: version minecraft (from versions/ dir)
|
:: version minecraft (from versions/ dir)
|
||||||
set GAME_VERSION=1.17.1
|
set GAME_VERSION=1.18.2
|
||||||
|
|
||||||
:: get archive from natives/ dir
|
:: get archive from natives/ dir
|
||||||
set NATIVES_DIR=%MC_DIR%\bin\%GAME_VERSION%
|
set NATIVES_DIR=%MC_DIR%\bin\%GAME_VERSION%
|
||||||
|
Loading…
Reference in New Issue
Block a user