Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notnite/webfishing-mods
Mod list for WEBFISHING
https://github.com/notnite/webfishing-mods
Last synced: 4 days ago
JSON representation
Mod list for WEBFISHING
- Host: GitHub
- URL: https://github.com/notnite/webfishing-mods
- Owner: NotNite
- Created: 2024-10-22T00:59:23.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:01:40.000Z (23 days ago)
- Last Synced: 2024-10-24T12:15:34.841Z (22 days ago)
- Language: Astro
- Homepage: https://notnite.github.io/webfishing-mods/
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webfishing-mods
Mod list for WEBFISHING.
> [!WARNING]
> This repository is no longer suggested by the community, but remains here for historic reasons. Publish on [Thunderstore](https://thunderstore.io/c/webfishing/) now, see [here](https://github.com/NotNite/GDWeave/blob/main/MODS.md#publishing-to-thunderstore) for instructions.## Contributing
[Fork this repository](https://github.com/NotNite/webfishing-mods/fork), create a Markdown file in `src/content/mods`, and [create a pull request](https://github.com/NotNite/webfishing-mods/compare). The Markdown file should have the following structure:
```yaml
---
title: ModName
id: ModID
author: list of authors
download: "URL to download the mod"
source: "optional URL for the source code"
---Mod description goes here.
```
## Resources for making mods
- [GDWeave MODS.md](https://github.com/NotNite/GDWeave/blob/main/MODS.md#making-mods) (mod loader)
- [GodotSteam](https://github.com/GodotSteam/GodotSteam/releases/tag/v3.21) (Godot editor, change the app ID to `3146520`)
- [GDRETools](https://github.com/bruvzg/gdsdecomp) (game decompiler)