diff options
author | draknyte1 <draknyte1@hotmail.com> | 2017-02-13 21:29:00 +1000 |
---|---|---|
committer | draknyte1 <draknyte1@hotmail.com> | 2017-02-13 21:29:00 +1000 |
commit | a323b6aa45afb61d88e88985b94bec5a23fa5c7f (patch) | |
tree | fca05c7a83ef5349e193ef6c6fbd53c07b447ed3 /build.gradle | |
parent | 774eff1710a4dbb146aae923e8ff2dc2bf10a69a (diff) | |
download | GT5-Unofficial-a323b6aa45afb61d88e88985b94bec5a23fa5c7f.tar.gz GT5-Unofficial-a323b6aa45afb61d88e88985b94bec5a23fa5c7f.tar.bz2 GT5-Unofficial-a323b6aa45afb61d88e88985b94bec5a23fa5c7f.zip |
+ Enabled generation of most missing elements, in some form or another.
% Further defined the generation method for radioactive materials, making plates a boolean switch.
- Removed the booze segment of Growthcraft for the moment.
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 7786233d86..8952c679b3 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 archivesBaseName = "GT-PlusPlus" -version = "1.4.9.22-alpha" +version = "1.4.9.35-alpha" minecraft.version = "1.7.10-10.13.4.1448-1.7.10" task sourceJar(type: Jar) { |