Making a Thunderstore Mod
What else should i clarify?
Last updated
What else should i clarify?
Last updated
This guide will go in order of files added. Make the folders or files needed.
Put your mod here. Either zipped or just a folder. Make sure to not have nested files. Refer to image for what nested folders look like:
Your icon.png
has to be 256x256 pixels in size. Be creative and put some effort into this. This is the first thing people see when browsing Thunderstore.
This is the name and description to your on when browsing the Thunderstore. Just make a manifest.json. To edit a .json files, open them in text editors. Version numbers are important if you plan to update the mod or patch your mod. You can keep dependencies empty if you are using the old uploader. Dependencies only matter if you upload using the new uploader.
Example .json:
After you click a mod. You'll see the mod page. Under the mod page you get to README.md. You get to customize this. Just make README.md file and open it in a text editor or use a website like: (https://markdownlivepreview.com/). Syntax here:(https://www.markdownguide.org/basic-syntax/). Put some effort into this because if it's unclear people won't download and ignore your mod. Look at S2ymi's mod pages for good examples (https://northstar.thunderstore.io/package/S2Mods/GlitchOverhaul/).
That is every part and what they do in a Thunderstore mod.