瀏覽代碼

Fix mod schema: RMG templates added.

AlexVinS 10 年之前
父節點
當前提交
83fdce473e
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      config/schemas/mod.json

+ 6 - 0
config/schemas/mod.json

@@ -97,6 +97,12 @@
 			"description": "List of configuration files for spells",
 			"items": { "type":"string", "format" : "textFile" }
 		},
+		"templates":{
+			"type":"array",
+			"description": "List of configuration files for RMG templates",
+			"items": { "type":"string", "format" : "textFile" }
+		
+		},
 
 		"changelog" : {
 			"type":"object",