diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-12-21 11:32:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 11:32:53 +0100 |
commit | 57208a027190813b5fd93f1ed4f17334b3fb3083 (patch) | |
tree | 24b790c2662272e84365cb03d802cfecff0a2da3 /src/main/resources | |
parent | fcec6e0fb21ef6e74b75a7bf9e38f4ee72e9b028 (diff) | |
parent | fecde022f8513d42b01d14c3753627cccaf71c8f (diff) | |
download | GT5-Unofficial-57208a027190813b5fd93f1ed4f17334b3fb3083.tar.gz GT5-Unofficial-57208a027190813b5fd93f1ed4f17334b3fb3083.tar.bz2 GT5-Unofficial-57208a027190813b5fd93f1ed4f17334b3fb3083.zip |
Merge pull request #21 from GTNewHorizons/unified-build-script
Draft for unified build script
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mcmod.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 37bd4e25e2..5e742d8f52 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,10 +1,10 @@ [ { - "modid": "detravscannermod", - "name": "GT Scanner Mod", + "modid": "${modId}", + "name": "${modName}", "description": "To locate ores deep underground.", - "version": "1.6.0", - "mcversion": "1.7.10", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", "url": "https://github.com/GTNewHorizons/GTScannerMod", "updateUrl": "", "authorList": ["Ethryan, GTNewHorizons Team, bartimaeusnek, richardhendricks, mitchej123"], |