Tools for generate Minecraft launcher libraries list
Go to file
Alexander Popov 095ec61214
changed argv order
2023-07-31 23:17:53 +03:00
cJSON@cb8693b058 update script 2023-07-31 17:34:43 +03:00
src changed argv order 2023-07-31 23:17:53 +03:00
.editorconfig format code by clang-format 2023-07-31 23:12:24 +03:00
.gitignore update exec name 2023-07-31 18:05:20 +03:00
.gitmodules update script 2023-07-31 17:34:43 +03:00
HISTORY.md changed argv order 2023-07-31 23:17:53 +03:00
LICENSE 💀 2022-06-05 02:56:46 +03:00
Makefile 1.0.2 update 2023-07-31 18:10:34 +03:00
README.md changed argv order 2023-07-31 23:17:53 +03:00
README.ru.md changed argv order 2023-07-31 23:17:53 +03:00
format-code format code by clang-format 2023-07-31 23:12:24 +03:00
mc-libs-string.vcxproj update exec name 2023-07-31 18:05:20 +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:
  mc-libs-string <system> <version.json>

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

Other:
  mc-libs-string i <version.json> - 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:

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