aboutsummaryrefslogtreecommitdiff
path: root/src/functionalTest/resources/mcmod.info
blob: b540688d5a20bd8f355fc05f23edd0a952321e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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": "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": []
    }
  ]
}