Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
up to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiypuk committed Jul 21, 2021
1 parent f1aa69b commit 2591b2e
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 84 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
venv
node_modules/
package-lock.json
tools/version.json
tools/libs.txt
for_build/
Minecraft.jar
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
TODO
====
* Сделать цветной выхлоп
* Реализовать параметр вывода в файл [b38e3ca]
* Реализовать копирование в буфер обмена, при выхлопе в терминал
* Исправить автоматический выхлоп для Windows, либо сделать оповещение об этом [1ecc7be]
## 2021 jul 21
+ update launcher to 1.17.1
> java 16 to run need
2020/10/10 # 1 ------------------
## 2020/10/10
+ add return notification for generate libraries list.
+ add output parameter for make libs script.
8 changes: 8 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
## TODO
- [ ] Move docs to `gh-pages`
- [ ] Сделать цветной выхлоп `make_libs_list.py`
- [ ] Реализовать копирование в буфер обмена, при выхлопе в терминал
- [ ] Script for automatic make release **zip**
- [ ] Make binary archives with this launcher for vanilla and forge version

## Complete
- [x] Реализовать параметр вывода в файл [[b38e3ca](https://github.com/iiiypuk/minecraft-launcher/commit/b38e3ca913ece59809cd98c65bf29d7cdb08750e)]
- [x] Исправить автоматический выхлоп для Windows, либо сделать оповещение об этом [[1ecc7be](https://github.com/iiiypuk/minecraft-launcher/commit/1ecc7be9ce5e074b0fa920efa9480502dba34e3a)]
3 changes: 1 addition & 2 deletions natives/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Minecraft Natives
=========================
## Minecraft Natives

Natives catalog in [Mega.nz](https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w)

Expand Down
1 change: 1 addition & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* `make_libs_list.py` - parse `version.json` file and return libs
Moved to [iiiypuk/minecraft-libs-parser](https://github.com/iiiypuk/minecraft-libs-parser).
68 changes: 0 additions & 68 deletions tools/make_libs_list.py

This file was deleted.

4 changes: 2 additions & 2 deletions unix/mc_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ GAME_DIR=$MC_DIR

# Assets location
ASSETS_DIR=$MC_DIR/assets
ASSETS_INDEX=1.16
ASSETS_INDEX=1.17

# Version to use
GAME_VERSION=1.16.5
GAME_VERSION=1.17.1

# Native libs location
NATIVES_DIR=$MC_DIR/bin/$GAME_VERSION
Expand Down
2 changes: 2 additions & 0 deletions windows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Java SE Download
Oracle JavaSE JDK 16 [download](https://www.oracle.com/java/technologies/javase-jdk16-downloads.html).
4 changes: 2 additions & 2 deletions windows/mc_start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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.16
set ASSETS_INDEX=1.17

:: version minecraft (from versions/ dir)
set GAME_VERSION=1.16.5
set GAME_VERSION=1.17.1

:: get archive from natives/ dir
set NATIVES_DIR=%MC_DIR%\bin\%GAME_VERSION%
Expand Down

0 comments on commit 2591b2e

Please sign in to comment.