Concept is simple: read .toml file to download all necessary mods and resources. Both modrinth and curseforge as sources are supported.
** This is still work in progress **
Run with uv:
uvx https://github.com/Im-making-tools/yamp.gitExample modpacks toml files can be found in examples/ directory. To run, a file or url can be specified, e.g.:
TOML_URL = "https://raw.githubusercontent.com/Im-making-tools/yamp/refs/heads/master/examples/fabric_1.21.1.toml"
# Run server
uvx https://github.com/Im-making-tools/yamp.git "$TOML_URL" server
# Run game
uvx https://github.com/Im-making-tools/yamp.git "$TOML_URL" client- picomc - minecraft launcher this project is based on
- portablemc - another cool minecraft launcher
- packmaker - older, but more complete alternative to yamp