✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
Run nx graph
to see a diagram of the dependencies of the projects.
Run npx nx connect-to-nx-cloud
to enable remote caching and make CI faster.
Visit the Nx Documentation to learn more.
Good examples on how to compile for a platform: https://github.com/GTNewHorizons/DreamAssemblerXXL
This is our idea way of adding new mods. This is not the current way though.
mvm mod add <provider> <mod-name> [...provider dependent arguments]
mvm mod add direct-download/dd <mod-name> <download-url> [--side=<both|client|server>]
mvm mod add curse-forge/cf <mod-name> [mod-version=latest] [--side=<both|client|server>]
mvm mod add github-release/ghr <mod-name> <owner> <repo> [file=non-repo-source] [release-tag=latest] [--side=<both|client|server>]
mvm mod add github-build/ghb <mod-name> <owner> <repo> <build-command> [--side=<both|client|server>]
mvm mod add modrinth/m <mod-name> <mod-version> [--side=<both|client|server>]
- Instead of having mods, clientMods and serverMods. lets just have mods, where in the object we have some sub information.