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)
|
||||
|
||||
## 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`.
|
||||
|
@ -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
|
||||
|
@ -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).
|
||||
|
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user