BarleyZP's Mod List Generator

Create easily-shareable links to lists of all the Stardew Valley mods you have installed!

This tool has two parts: generating a mod list in JSON format, and sharing it as nicely-formatted HTML. Generating the JSON list is done via console command in your SMAPI window. You can generate a shareable HTML version through another console command or you can upload the JSON to this site.


Generating the JSON

  1. Install Shareable Mod List Generator from Nexus mods.
  2. Launch the game with SMAPI.
  3. Run the following command: mod_list_json "title" "author"
    • You can optionally append true to the end to skip calling the Nexus mods API. If you do this, category information and other stats may be unavailable. For example: mod_list_json "title" "author" true
  4. The JSON mod list will appear in the GeneratedModListsJson folder inside the mod's folder. Back it up elsewhere for safekeeping!

Generating and Sharing the HTML

You have two options:

  1. Run the following command: mod_list_share "title" "theme".
    • The list will be saved in the GeneratedModListsHtml folder inside the mod's folder and a shareable link will be printed to the SMAPI console.
    • Valid color themes are: default, sakura, coffee, sage, and stardrop.
      For example: mod_list_share "title" sakura
    • The title MUST match the title you provided to the mod_list_json command.
  2. Upload your JSON on the JSON upload page.

Shareable links are valid for 4 weeks. Anyone with this link can access your mod list.