From 4a6874915b9cd76ad7ad0c203a14b39d1ce563e0 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 22 Nov 2020 04:16:34 +0300 Subject: [PATCH] fix unix version variable --- for_build/README.txt | 2 ++ linux/mc_start.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/for_build/README.txt b/for_build/README.txt index 67c9fe1..7b81087 100644 --- a/for_build/README.txt +++ b/for_build/README.txt @@ -1,2 +1,4 @@ Natives catalog: https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w + +Natives for `1.16.3` identical for `1.16.4`. diff --git a/linux/mc_start.sh b/linux/mc_start.sh index 706c71f..594d08e 100755 --- a/linux/mc_start.sh +++ b/linux/mc_start.sh @@ -13,7 +13,7 @@ ASSETS_DIR=$MC_DIR/assets ASSETS_INDEX=1.16 # Version to use -GAME_VERSION=1.16.3 +GAME_VERSION=1.16.4 # Native libs location NATIVES_DIR=$MC_DIR/bin/$GAME_VERSION