Browse Source

updated minimal mod.json example

thiscris 1 year ago
parent
commit
94dd38539b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      docs/modders/Readme.md

+ 4 - 1
docs/modders/Readme.md

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