Files
PEAK-JordanMod/README.md
2026-03-06 10:26:26 +01:00

20 lines
561 B
Markdown

# JordanMod
Private / Personal Mod for me and my friends game sessions.
### Thunderstore Packaging
This template comes with Thunderstore packaging built-in, using [TCLI](<https://github.com/thunderstore-io/thunderstore-cli>).
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/`.