diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-06 06:25:45 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-06 06:25:45 +1000 |
commit | c0412528f85d54348eade43e1d62b49780d4e277 (patch) | |
tree | a04e23b5d3a0ec7144a18f87ad4b6f7687e95bd1 /build.gradle | |
parent | cb098bdcd95723ee8a60ae28ca826c80295fcf6d (diff) | |
download | GT5-Unofficial-c0412528f85d54348eade43e1d62b49780d4e277.tar.gz GT5-Unofficial-c0412528f85d54348eade43e1d62b49780d4e277.tar.bz2 GT5-Unofficial-c0412528f85d54348eade43e1d62b49780d4e277.zip |
+ Added Mekanism support, now it's Osmium and Circuits are useless for Gregtech progression.
$ Fixed HF potion entity not rendering.
^ Version Bump.
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 d4a1f6c0df..9b6f629e0a 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 archivesBaseName = "GT-PlusPlus" -version = "1.6.55-release" +version = "1.6.70-release" minecraft.version = "1.7.10-10.13.4.1448-1.7.10" |