diff --git a/README.md b/README.md index abc0d44..4a85390 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ -Minecraft [Java Edition] Batch Launcher -===================================== +# Minecraft [Java Edition] Batch Launcher + [![Download this](https://img.shields.io/badge/Download-this-lightgrey?style=for-the-badge)](https://github.com/iiiypuk/minecraft-launcher/releases/latest) [![Support me](https://img.shields.io/badge/Support-me-ff4646?style=for-the-badge)](https://ko-fi.com/iiiypuk) [![Contact me](https://img.shields.io/badge/Contact-me-blue?style=for-the-badge)](https://t.me/slexbc) -### Features: +## Features: * 📋 Open source. Just launch the game, nothing more * 🏷️ Change player name * 🧰 No need for extra deps * ⚙️ No need configuration ![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) + +**Notes:** +- Natives for `1.16.3` identical for `1.16.4`. diff --git a/TODO.md b/TODO.md index 6c9c0ee..41fc7a1 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ ## 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 diff --git a/natives/README.md b/natives/README.md deleted file mode 100644 index 277aa98..0000000 --- a/natives/README.md +++ /dev/null @@ -1,6 +0,0 @@ -## Minecraft Natives - -Natives catalog in [Mega.nz](https://mega.nz/#F!hUNg0Y6I!93cYw1NZg4MUWUHaVrCO7w) - -*Notes* -* Natives for `1.16.3` identical for `1.16.4`. diff --git a/tools/README.md b/tools/README.md deleted file mode 100644 index a7cad94..0000000 --- a/tools/README.md +++ /dev/null @@ -1,3 +0,0 @@ -* `make_libs_list.py` - parse `version.json` file and return libs - -Moved to [iiiypuk/minecraft-libs-parser](https://github.com/iiiypuk/minecraft-libs-parser).