aboutsummaryrefslogtreecommitdiff
path: root/src/functionalTest/resources
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2024-03-28 14:49:50 +0100
committerGitHub <noreply@github.com>2024-03-28 14:49:50 +0100
commit54cca75e0e99cd9d7d9c2390c3b161e2d24b529a (patch)
tree9aa6877a2b16814c0cf7cab0e6e7717e5f67cbd5 /src/functionalTest/resources
parent075b8f644054e6684fc9682f6d07a0eb671ce1b5 (diff)
downloadGT5-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.info15
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":[]
+ }
+]