# JordanMod Private / Personal Mod for me and my friends game sessions. ### Thunderstore Packaging This template comes with Thunderstore packaging built-in, using [TCLI](). You can build Thunderstore packages by running: ```sh dotnet build -c Release -target:PackTS -v d ``` > [!NOTE] > You can learn about different build options with `dotnet build --help`. > `-c` is short for `--configuration` and `-v d` is `--verbosity detailed`. The built package will be found at `artifacts/thunderstore/`.