Merge branch 'master' of https://github.com/TechReborn/TechReborn
This commit is contained in:
commit
93f039c71b
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
|
||||
|
|
|
@ -69,9 +69,9 @@ configurations {
|
|||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
version = "0.7.2." + "${System.getenv().BUILD_NUMBER}"
|
||||
version = "0.7.4." + "${System.getenv().BUILD_NUMBER}"
|
||||
} else {
|
||||
version = "0.7.2.BUILD"
|
||||
version = "0.7.4.BUILD"
|
||||
}
|
||||
|
||||
minecraft {
|
||||
|
|
Loading…
Reference in a new issue