diff options
author | LOKKO12 <33183715+LOKKO12@users.noreply.github.com> | 2018-01-22 18:56:12 +0100 |
---|---|---|
committer | LOKKO12 <33183715+LOKKO12@users.noreply.github.com> | 2018-01-22 18:56:12 +0100 |
commit | 9066c13deea8a77c3e4828b4fcddf7cf0a096a74 (patch) | |
tree | a0f4ac442e59b1056b260d03e0c17b771470fae7 /build.gradle | |
parent | 2bfa55842458c092acb599fd4876a74386680b0f (diff) | |
download | GT5-Unofficial-9066c13deea8a77c3e4828b4fcddf7cf0a096a74.tar.gz GT5-Unofficial-9066c13deea8a77c3e4828b4fcddf7cf0a096a74.tar.bz2 GT5-Unofficial-9066c13deea8a77c3e4828b4fcddf7cf0a096a74.zip |
- removed GT6 support
- removed IE support
- removed biome specific vein support
- removed ShowAll button due to Memory Issures
- fixed %material
- try to read out config without modifying it
- added Coustom Vein renamer
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7e1046fa83..f98f821268 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { apply plugin: 'forge' -version = "1.7.10-1.0.4" +version = "1.7.10-1.0.4-GT-NH" group= "pers.gwyog.gtneioreplugin" archivesBaseName = "gtneioreplugin" |