diff options
author | Raven Szewczyk <git@eigenraven.me> | 2024-05-25 14:42:08 +0100 |
---|---|---|
committer | Raven Szewczyk <git@eigenraven.me> | 2024-05-25 14:42:08 +0100 |
commit | 14a97a5a177399cd8df7f246856c08fcda441afd (patch) | |
tree | f3d36aed219b61006dfe2d2cbc2c7b9ba08a7b68 /src/functionalTest | |
parent | c70fd94571c51549530c83f5616fb5b6fd26aa7b (diff) | |
download | GT5-Unofficial-14a97a5a177399cd8df7f246856c08fcda441afd.tar.gz GT5-Unofficial-14a97a5a177399cd8df7f246856c08fcda441afd.tar.bz2 GT5-Unofficial-14a97a5a177399cd8df7f246856c08fcda441afd.zip |
Migrate KubaTech root and mcmod.info
Diffstat (limited to 'src/functionalTest')
-rw-r--r-- | src/functionalTest/resources/mcmod.info | 42 |
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": [] } -] + ] +} |