Tools for generate Minecraft launcher libraries list
Go to file
Alexander Popov 986b8d62a7
1.0.1
2022-09-13 23:31:10 +03:00
.editorconfig 💀 2022-06-05 02:56:46 +03:00
.gitignore use Conan PM 2022-08-28 21:58:39 +03:00
HISTORY.md 1.0.1 2022-09-13 23:31:10 +03:00
LICENSE 💀 2022-06-05 02:56:46 +03:00
Makefile use Conan PM 2022-08-28 21:58:39 +03:00
README.md 1.0.1 2022-09-13 23:31:10 +03:00
conanfile.txt use Conan PM 2022-08-28 21:58:39 +03:00
make-libs-list.c 1.0.1 2022-09-13 23:31:10 +03:00
make-libs-list.vcxproj add VS project 2022-08-21 21:39:43 +03:00

README.md

Parse version.json file and return libs

English

About:

Utility parse Minecraft JE game version file (version.json) and returns libraries list for specified operation system.

How to build from source:

conan install .
make

How to use:

Minecraft Libraries List Generator

Usage:
  make-libs-string <version.json> <system>

  <system> - w|l|x (windows or linux or osx)

Other:
  make-libs-string <version.json> i - to get version info

Utility has two required arguments, <version.json> and <system>.

  • version.json - takes the path to the file.
  • system - takes one of three values w l x, the letter of which corresponds to one of the operating systems.

version.json example for 1.19.2 version.

wget https://piston-meta.mojang.com/v1/packages/68cded4616fba9fbefb3f895033c261126c5f89c/1.19.2.json

Русский

Описание:

Утилита парсит файл версий (version.json) Minecraft JE и возвращает список библиотек для указанной операционной системы.

Как скомпилировать:

conan install .
make

Как использовать:

Minecraft Libraries List Generator

Usage:
  make-libs-string <version.json> <system>

  <system> - w|l|x (windows or linux or osx)

Other:
  make-libs-string <version.json> i - to get version info

Программа имеет два обязательных аргумента, <version.json> и <system>.

  • version.json - принимает путь к файлу
  • system - принимает одно из трёх значений w l x, буква которых соответствует одной из операционных систем.

Пример version.json для версии 1.19.2.

wget https://piston-meta.mojang.com/v1/packages/68cded4616fba9fbefb3f895033c261126c5f89c/1.19.2.json