Translations:Modding:Developing a Content Mod/36/ru

From Vintage Story Wiki
Revision as of 09:12, 5 July 2024 by LiokoCoder (talk | contribs) (Created page with "<syntaxhighlight lang="json"> { "type": "content", "modid": "examplecontentmod", "name": "VS Wiki Example Content Mod", "authors": [ "Nat @ Vintage Story Wiki" ], "description": "An example showcase of content mod additions.", "version": "1.0.0" } </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{
  "type": "content",
  "modid": "examplecontentmod",
  "name": "VS Wiki Example Content Mod",
  "authors": [
    "Nat @ Vintage Story Wiki"
  ],
  "description": "An example showcase of content mod additions.",
  "version": "1.0.0"
}