1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

updated minimal mod.json example

This commit is contained in:
thiscris 2024-04-06 15:44:31 +02:00
parent 3e959f3ad9
commit 94dd38539b

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"
}
```