Changes between Version 25 and Version 26 of Modding_Guide


Ignore:
Timestamp:
Dec 4, 2017, 3:05:25 AM (6 years ago)
Author:
elexis
Comment:

type property removed in r20575

Legend:

Unmodified
Added
Removed
Modified
  • Modding_Guide

    v25 v26  
    7979}}}
    8080
    81 There are also the `url` and `type` properties which are optional. `name` must be unique and must not contain whitespace. `dependencies` is an array that contains the `name` of mods it depends on, optionally with version constraints (<,<=,=,>=,>) and the versions of the dependency.
     81Mods can specify a link to a website in an optional `url` property. `name` must be unique and must not contain whitespace. `dependencies` is an array that contains the `name` of mods it depends on, optionally with version constraints (<,<=,=,>=,>) and the versions of the dependency.
    8282
    8383For details of how the dependency checking is done please read the function comments in [source:ps/trunk/binaries/data/mods/mod/gui/modmod/modmod.js modmod.js].