Changes

334 bytes added ,  19:34, 13 June 2022
Basic display test info
Line 26: Line 26:  
Lets you craft dirt into diamonds. This is a traditional mod that has existed for eons. It is ancient. The holy Notch created it. Jeb rainbowfied it. Dinnerbone made it upside down. Etc.
 
Lets you craft dirt into diamonds. This is a traditional mod that has existed for eons. It is ancient. The holy Notch created it. Jeb rainbowfied it. Dinnerbone made it upside down. Etc.
 
     '''
 
     '''
 +
    displayTest="MATCH_VERSION"
    
[[dependencies.examplemod]]
 
[[dependencies.examplemod]]
Line 174: Line 175:  
|A URL, displayed on the Mods listing screen. Can be any string.
 
|A URL, displayed on the Mods listing screen. Can be any string.
 
|<code><nowiki>"http://example.com/"</nowiki></code>
 
|<code><nowiki>"http://example.com/"</nowiki></code>
 +
|-
 +
|<code>displayTest</code>
 +
|string
 +
|<code>"MATCH_VERSION"</code>
 +
|Controls the display of the mod in the server connection screen. Must be either <code>MATCH_VERSION</code>, <code>IGNORE_SERVER_VERSION</code>, <code>IGNORE_ALL_VERSION</code>, or <code>NONE</code>.
 +
|<code>"IGNORE_ALL_VERSION"</code>
 
|}
 
|}