Tools for generate Minecraft launcher libraries list
Go to file
Alexander Popov 8d43f69367
update source filename
2023-07-13 02:40:18 +03:00
.editorconfig 💀 2022-06-05 02:56:46 +03:00
.gitignore update readme 2023-06-25 21:25:18 +03:00
HISTORY.md Windows build with Conan 2022-09-14 00:34:25 +03:00
LICENSE 💀 2022-06-05 02:56:46 +03:00
Makefile update source filename 2023-07-13 02:40:18 +03:00
README.md fix title & link 2023-06-25 21:26:27 +03:00
README.ru.md fix title & link 2023-06-25 21:26:27 +03:00
make-libs-string.c update readme 2023-06-25 21:25:18 +03:00
make-libs-string.vcxproj update readme 2023-06-25 21:25:18 +03:00

README.md

Parse version.json file and return libraries list

Russian | English

About:

Utility for parse Minecraft JE game version file (version.json).

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.

Example for 1.20.1 version:

./make-libs-string ./1.20.1.json x