aboutsummaryrefslogtreecommitdiff
path: root/src/functionalTest/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionalTest/resources')
-rw-r--r--src/functionalTest/resources/mcmod.info42
1 files changed, 29 insertions, 13 deletions
diff --git a/src/functionalTest/resources/mcmod.info b/src/functionalTest/resources/mcmod.info
index 393d6459cf..b540688d5a 100644
--- a/src/functionalTest/resources/mcmod.info
+++ b/src/functionalTest/resources/mcmod.info
@@ -1,15 +1,31 @@
-[
+{
+ "modListVersion": 2,
+ "modList": [
{
- "modid":"GT5-tests",
- "name":"GT5 Dev Tests",
- "description":"GT5 Tests to run in the development environment",
- "version":"1.0",
- "mcversion":"1.7.10",
- "url":"https://github.com/GTNewHorizons/GT5-Unofficial",
- "updateUrl":"",
- "authorList":[],
- "credits":"",
- "logoFile":"",
- "screenshots":[]
+ "modid": "GT5-tests",
+ "name": "GT5 Dev Tests",
+ "description": "GT5 Tests to run in the development environment",
+ "version": "1.0",
+ "mcversion": "1.7.10",
+ "url": "https://github.com/GTNewHorizons/GT5-Unofficial",
+ "updateUrl": "",
+ "authorList": [],
+ "credits": "",
+ "logoFile": "",
+ "screenshots": []
+ },
+ {
+ "modid": "kubatech-tests",
+ "name": "KubaTech Dev Tests",
+ "description": "KubaTech Tests to run in the development environment",
+ "version": "1.0",
+ "mcversion": "1.7.10",
+ "url": "https://github.com/GTNewHorizons/KubaTech",
+ "updateUrl": "",
+ "authorList": [],
+ "credits": "",
+ "logoFile": "",
+ "screenshots": []
}
-]
+ ]
+}