Changes

→‎Manifest: update (1.15 released)
Line 57: Line 57:  
| <tt>Dependencies</tt>
 
| <tt>Dependencies</tt>
 
| The other mods required to use this mod. If a player tries to use the mod and the listed mods aren't installed, they'll see a friendly message saying they need to install those. Example:
 
| The other mods required to use this mod. If a player tries to use the mod and the listed mods aren't installed, they'll see a friendly message saying they need to install those. Example:
<source lang="javascript">
  −
"Dependencies": [
  −
  {
  −
      "UniqueID": "Entoarox.Framework"
  −
  }
  −
]
  −
</source>
  −
  −
{{SMAPI upcoming
  −
|version = 1.15
  −
|content =
  −
You can optionally specify a minimum version to require:
   
<source lang="javascript">
 
<source lang="javascript">
 
"Dependencies": [
 
"Dependencies": [
 
   {
 
   {
 
       "UniqueID": "Entoarox.Framework",
 
       "UniqueID": "Entoarox.Framework",
       "MinimumVersion": "1.7.9"
+
       "MinimumVersion": "1.7.9" // optional. If specified, older versions won't meet the requirement.
 
   }
 
   }
 
]
 
]
 
</source>
 
</source>
}}
      
{{SMAPI upcoming
 
{{SMAPI upcoming
translators
8,446

edits