Changes

17 bytes added ,  11:16, 1 September 2021
m
Fix version description
Line 118: Line 118:  
|string
 
|string
 
|<code>"1"</code>
 
|<code>"1"</code>
|.), ideally conforming to [[Semantic_Versioning>Semantic Versioning]]. The default value in the MDK for this is <code>${file.jarVersion}</code>, which is replaced at runtime with the <code>Implementation-Version</code> found in the jar's manifest file.
+
|The mod's version, ideally conforming to [[Semantic Versioning|semantic versioning]]. The default value in the MDK for this is <code>${file.jarVersion}</code>, which is replaced at runtime with the <code>Implementation-Version</code> found in the jar's manifest file.
 
|<code>"0.2.4-beta1"</code>
 
|<code>"0.2.4-beta1"</code>
 
|-
 
|-
Line 148: Line 148:  
|string
 
|string
 
|''nothing''
 
|''nothing''
|The update JSON URL, used by the [Update_Checker update checker]. This should never be a blank string, as that will cause an error.
+
|The update JSON URL, used by the [[Update_Checker|update checker]]. This should never be a blank string, as that will cause an error.
 
|<code><nowiki>"http://myurl.me/path/to/update.json"</nowiki></code>
 
|<code><nowiki>"http://myurl.me/path/to/update.json"</nowiki></code>
 
|-
 
|-
14

edits