Modding:Mod Packaging: Difference between revisions

From Vintage Story Wiki
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:


<table id="treeviewtable" class="table table-bordered tt-table" style='table-layout: fixed'>
<table id="treeviewtable" class="table table-bordered tt-table" style='table-layout: fixed'>
   <tr style='background-color: gray;'>
   <tr style='background-color: rgba(180, 160, 128, 0.15);'>
     <th width='500px' align='left'>Zip File Structure</th>
     <th width='500px' align='left'>Zip File Structure</th>
   </tr>
   </tr>
Line 46: Line 46:
{
{
   "type": "content",
   "type": "content",
  "modid": "creativemdexamplemod",
   "name": "My Example Content Mod",
   "name": "My Example Content Mod",
   "description" : "This is an example mod, which does nothing",
   "description" : "This is an example mod, which does nothing",
   "authors": ["CreativeMD"],
   "authors": ["CreativeMD"],
   "version": "1.0",
   "version": "1.0",
   "dependency": {
   "dependencies": {  
    "game": "1.5.3"
"game": "",
"survival": ""
   },
   },
   "website": "http://example.com"
   "website": "http://example.com"
Line 70: Line 72:


<syntaxhighlight lang=json>
<syntaxhighlight lang=json>
   "dependency": {
   "dependencies": {
     "game": "1.5.3"
     "game": "1.5.3"
   },
   },
Confirmedusers, Bureaucrats, editor, Administrators
1,778

edits