Modding:Mod Packaging: Difference between revisions

From Vintage Story Wiki
Line 50: Line 50:
   "author": "CreativeMD",
   "author": "CreativeMD",
   "version": "1.0",
   "version": "1.0",
   "gameversions": [ "1.5.0.3+" ],
   "dependency": {
    "game": "1.5.3"
  },
   "website": "http://example.com"
   "website": "http://example.com"
}
}
Line 68: Line 70:


<syntaxhighlight lang=json>
<syntaxhighlight lang=json>
   "gameversions": [ "1.5.0.3+" ],
   "dependency": {
    "game": "1.5.3"
  },
</syntaxhighlight>
</syntaxhighlight>


Means it requires at least VintageStory v1.5.0.3 or a newer version.
Means it requires at least VintageStory v1.5.3 or a newer version.
 


== Icon ==
== Icon ==
Confirmedusers, editor, Administrators
886

edits