This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Modder Guide/Get Started

66 bytes added, 23:34, 17 February 2019
Add your manifest: split 'replace placeholders' into its own step to reduce confusion, update default SMAPI version, use same indentation as Visual Studio
<ol>
<li>Add a file named <tt>manifest.json</tt> to your project.</li>
<li>Paste this code into the file (replacing the <tt>&lt;...&gt;</tt> placeholders):
<source lang="json">
{
"Name": "<your project name>", "Author": "<your name>", "Version": "1.0.0", "Description": "<One or two sentences about the mod>", "UniqueID": "<your name>.<your project name>", "EntryDll": "<your project name>.dll", "MinimumApiVersion": "2.910.0", "UpdateKeys": []
}
</source></li>
<li>Replace the <tt>&lt;...&gt;</tt> placeholders with the correct info. Don't leave any <tt>&lt;&gt;</tt> symbols!</li>
</ol>
Protected, translators
5,421
edits

Navigation menu