This commit is contained in:
modmuss50 2016-01-02 01:40:21 +00:00
commit 93f039c71b
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# TechReborn # TechReborn
TechReborn is a resurrection of GregTech 2.78 for modern Minecraft. It brings most of GT4's features and behaviors to Minecraft, with lots of tweaks, and a few editions. It also aims to be more compatible with other mods than GregTech, and has the ultimate goal of becoming a standalone mod, compatible with but not dependent on IC2. TechReborn is a resurrection of GregTech 2.78 for modern Minecraft(1.8.8 and 1.7.10). It brings most of GT4's features and behaviors to Minecraft, with lots of tweaks, and a few editions. It also aims to be more compatible with other mods than GregTech, and has the ultimate goal of becoming a standalone mod, compatible with but not dependent on IC2.
TechReborn is currently in a beta state. TechReborn is currently in a beta state.

View file

@ -69,9 +69,9 @@ configurations {
def ENV = System.getenv() def ENV = System.getenv()
if (ENV.BUILD_NUMBER) { if (ENV.BUILD_NUMBER) {
version = "0.7.2." + "${System.getenv().BUILD_NUMBER}" version = "0.7.4." + "${System.getenv().BUILD_NUMBER}"
} else { } else {
version = "0.7.2.BUILD" version = "0.7.4.BUILD"
} }
minecraft { minecraft {