Changes

28 bytes added ,  01:56, 20 October 2021
Added last step
Line 41: Line 41:  
<li>[[Modding:Content packs#Create a content pack|Create a SMAPI content pack per step 3 of the general Create a Content Pack page]].</li>
 
<li>[[Modding:Content packs#Create a content pack|Create a SMAPI content pack per step 3 of the general Create a Content Pack page]].</li>
 
<li>Create a <tt>content.json</tt> file in the same folder with this content:</li>
 
<li>Create a <tt>content.json</tt> file in the same folder with this content:</li>
</ol>
+
 
 
{{#tag:syntaxhighlight|
 
{{#tag:syntaxhighlight|
 
{
 
{
Line 47: Line 47:  
     ]
 
     ]
 
}|lang=javascript}}
 
}|lang=javascript}}
 +
 +
<li>Launch the game.</li>
 +
</ol>
    
If you did everything correctly so far, you should see the new mod under "Loaded X content packs" in the SMAPI console. (If not, review the above steps or [[Modding:Community|ask for help]].)
 
If you did everything correctly so far, you should see the new mod under "Loaded X content packs" in the SMAPI console. (If not, review the above steps or [[Modding:Community|ask for help]].)
41

edits