diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-25 21:52:23 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-25 21:52:23 +1000 |
commit | 28c115270dc90e6b7358cc45b77242ce9cdc0372 (patch) | |
tree | 0589d1f7e7f8a5eb9b49ea4cb351f2877b591a7b /build.gradle | |
parent | a088c993ae0a1a06bf0af9c93224bc264c6d01d5 (diff) | |
download | GT5-Unofficial-28c115270dc90e6b7358cc45b77242ce9cdc0372.tar.gz GT5-Unofficial-28c115270dc90e6b7358cc45b77242ce9cdc0372.tar.bz2 GT5-Unofficial-28c115270dc90e6b7358cc45b77242ce9cdc0372.zip |
- Disabled the Industrial Centrifuge for now (Configuration option available to turn back on)
+ Added Solar generators, but are disabled by default through config.
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 6aa5cd6edf..81bf88b5c1 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 archivesBaseName = "GT++" -version = "1.4.3.4-Experimental" +version = "1.4.3.5-Experimental" minecraft.version = "1.7.10-10.13.4.1448-1.7.10" task sourceJar(type: Jar) { |