1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Merge pull request #3723 from thiscris/develop

Small wiki update
This commit is contained in:
Ivan Savenko 2024-04-07 10:46:45 +03:00 committed by GitHub
commit 8a98de8275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,10 @@ Minimalistic version of this file:
``` javascript
{
"name" : "My test mod",
"description" : "My test mod that add a lot of useless stuff into the game"
"description" : "My test mod that add a lot of useless stuff into the game",
"version" : "1.00",
"modType" : "Graphical",
"contact" : "http://www.contact.example.com"
}
```