Changes

→‎Manifest: + optional dependencies in SMAPI 2.0
Line 74: Line 74:  
       "UniqueID": "Entoarox.Framework",
 
       "UniqueID": "Entoarox.Framework",
 
       "MinimumVersion": "1.7.9"
 
       "MinimumVersion": "1.7.9"
 +
  }
 +
]
 +
</source>
 +
}}
 +
 +
{{SMAPI upcoming
 +
|version = 2.0
 +
|content =
 +
You can mark a dependency as optional. It will be loaded first if it's installed, otherwise it'll be ignored.
 +
<source lang="javascript">
 +
"Dependencies": [
 +
  {
 +
      "UniqueID": "Entoarox.Framework",
 +
      "IsRequired": false
 
   }
 
   }
 
]
 
]
translators
8,446

edits