Changes

Jump to navigation Jump to search
→‎Minimum SMAPI version: + MinimumGameVersion in SMAPI 4.0.6
Line 80: Line 80:  
|}
 
|}
   −
===Minimum SMAPI version===
+
===Minimum SMAPI or game version===
The <samp>MinimumApiVersion</samp> fields sets the minimum SMAPI version needed to use this mod. If a player tries to use the mod with an older SMAPI version, they'll see a friendly message saying they need to update SMAPI. This also serves as a proxy for the minimum game version, since SMAPI itself enforces a minimum game version. Example: <syntaxhighlight lang="javascript">"MinimumApiVersion": "3.8.0"</syntaxhighlight>
+
The <samp>MinimumApiVersion</samp> and <samp>MinimumGameVersion</samp> field sets the minimum version of SMAPI or Stardew Valley needed to use this mod. If a player tries to use the mod with an older version, they'll see a friendly message saying they need to update it.  
 +
 
 +
For example:
 +
<syntaxhighlight lang="javascript">"MinimumApiVersion": "4.0.0"</syntaxhighlight>
    
===Dependencies===
 
===Dependencies===
translators
8,403

edits

Navigation menu