diff options
| author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2024-03-28 14:49:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 14:49:50 +0100 |
| commit | 54cca75e0e99cd9d7d9c2390c3b161e2d24b529a (patch) | |
| tree | 9aa6877a2b16814c0cf7cab0e6e7717e5f67cbd5 /src/functionalTest/resources | |
| parent | 075b8f644054e6684fc9682f6d07a0eb671ce1b5 (diff) | |
| download | GT5-Unofficial-54cca75e0e99cd9d7d9c2390c3b161e2d24b529a.tar.gz GT5-Unofficial-54cca75e0e99cd9d7d9c2390c3b161e2d24b529a.tar.bz2 GT5-Unofficial-54cca75e0e99cd9d7d9c2390c3b161e2d24b529a.zip | |
Make EIG produce drops as described in the tooltip (bug fixes) (#120)
* EIG fixes
* Change polish named variables
Diffstat (limited to 'src/functionalTest/resources')
| -rw-r--r-- | src/functionalTest/resources/mcmod.info | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/functionalTest/resources/mcmod.info b/src/functionalTest/resources/mcmod.info new file mode 100644 index 0000000000..e80179bbd2 --- /dev/null +++ b/src/functionalTest/resources/mcmod.info @@ -0,0 +1,15 @@ +[ + { + "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":[] + } +] |
