Tools for generate Minecraft launcher libraries list
cJSON@cb8693b058 | ||
src | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
format-code | ||
HISTORY.md | ||
LICENSE | ||
Makefile | ||
mc-libs-string.vcxproj | ||
README.md | ||
README.ru.md |
Parse version.json
file and return libraries list
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 valuesw, 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