Skip to content

Commit

Permalink
Add Thunderstore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 30, 2024
1 parent 81f43e6 commit 732adfc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MODS.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,23 @@ There are several helper classes:
- Mods exist in `/root/ModID` with a `gdweave_mod` group.
- For script mods, GDWeave will load the specified assembly and create the first class that inherits `IMod`. The constructor can take an optional `IModInterface`.

## Publishing to Thunderstore

GDWeave [is on Thunderstore](https://thunderstore.io/c/webfishing/p/NotNet/GDWeave/). Your .zip should look like:
```text
GDWeave/
mods/
<mod ID>/
manifest.json # GDWeave manifest
<mod files>
manifest.json # Thunderstore manifest
icon.png
README.md
```

See [here](https://thunderstore.io/c/webfishing/create/docs/) for the Thunderstore package docs. **Do not confuse the two manifests.**
## Useful tools

### GDRETools
Expand Down

0 comments on commit 732adfc

Please sign in to comment.