Modinfo: Difference between revisions

From Vintage Story Wiki
(fix example that breaks the rules)
(fix example that breaks the rules too)
Line 27: Line 27:
| '''name''' || "name": "My cool Mod" || The name of this mod.
| '''name''' || "name": "My cool Mod" || The name of this mod.
|-
|-
| modid || "modid": "myCoolMod" || The mod id (domain) of this mod. <br> Must only contain lowercase letters and numbers. No special chars, whitespaces, uppercase letters, etc. allowed. <br> If it is not supplied it will be generated from the name, but it is recommended that you choose the id yourself because it will be used as a domain for your mod.
| modid || "modid": "mycoolmod" || The mod id (domain) of this mod. <br> Must only contain lowercase letters and numbers. No special chars, whitespaces, uppercase letters, etc. allowed. <br> If it is not supplied it will be generated from the name, but it is recommended that you choose the id yourself because it will be used as a domain for your mod.
|-
|-
| version || "version": "1.2.3" || Version of this mod (used for dependency resolution)
| version || "version": "1.2.3" || Version of this mod (used for dependency resolution)