瀏覽代碼

updated minimal mod.json example

thiscris 1 年之前
父節點
當前提交
94dd38539b
共有 1 個文件被更改,包括 4 次插入1 次删除
  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"
 }
 ```