Changes

Jump to navigation Jump to search
→‎Basic examples: update default SMAPI version, use same indentation as Visual Studio
Line 12: Line 12:  
| <source lang="javascript">
 
| <source lang="javascript">
 
{
 
{
  "Name": "YourProjectName",
+
  "Name": "YourProjectName",
  "Author": "your name",
+
  "Author": "your name",
  "Version": "1.0.0",
+
  "Version": "1.0.0",
  "Description": "One or two sentences about the mod.",
+
  "Description": "One or two sentences about the mod.",
  "UniqueID": "YourName.YourProjectName",
+
  "UniqueID": "YourName.YourProjectName",
  "EntryDll": "YourDllFileName.dll",
+
  "EntryDll": "YourDllFileName.dll",
  "MinimumApiVersion": "2.9.0",
+
  "MinimumApiVersion": "2.10.0",
  "UpdateKeys": []
+
  "UpdateKeys": []
 
}
 
}
 
</source>
 
</source>
 
| <source lang="javascript">
 
| <source lang="javascript">
 
{
 
{
  "Name": "YourProjectName",
+
  "Name": "YourProjectName",
  "Author": "your name",
+
  "Author": "your name",
  "Version": "1.0.0",
+
  "Version": "1.0.0",
  "Description": "One or two sentences about the mod.",
+
  "Description": "One or two sentences about the mod.",
  "UniqueID": "YourName.YourProjectName",
+
  "UniqueID": "YourName.YourProjectName",
  "MinimumApiVersion": "2.9.0",
+
  "MinimumApiVersion": "2.10.0",
  "UpdateKeys": [],
+
  "UpdateKeys": [],
  "ContentPackFor": {
+
  "ContentPackFor": {
      "UniqueID": "Pathoschild.ContentPatcher", // the ID of required mod
+
    "UniqueID": "Pathoschild.ContentPatcher", // the ID of required mod
      "MinimumVersion": "1.6.0" // optional
+
    "MinimumVersion": "1.6.0" // optional
  }
+
  }
 
}
 
}
 
</source>
 
</source>
translators
8,403

edits

Navigation menu