diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2016-07-20 05:17:05 +0200 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2016-07-20 05:17:05 +0200 |
| commit | 2ef3bc1dd4650fe9f0faa0cc4aef688039f6c934 (patch) | |
| tree | ea1a9227615b8002be597df703486151046170cd /src/main/resources/mcmod.info | |
| parent | 64f19a9741ec24e131862c17bc1f94a3f7551ade (diff) | |
fixed last derps with automated building
Diffstat (limited to 'src/main/resources/mcmod.info')
| -rw-r--r-- | src/main/resources/mcmod.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 740740d..65ed792 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -2,11 +2,11 @@ "modid": "taiga", "name": "Tinkers Alloying Addon", "description": "An addon for Tinkers' Construct! 32 New Materials including 16 various alloys.", - "version": "1.0.1", - "mcversion": "1.10.2", + "version": "${version}", + "mcversion": "${mcversion}", "url": "https://github.com/Zkaface/TAIGA", "updateUrl": "", - "authorList": ["Zkaface", "chefe4ever"], + "authorList": ["Zkaface", "Chefe"], "credits": "Chefe. He's there, if you need him. Sometimes.", "logoFile": "", "screenshots": [], |
