Revert a shit load of stuff

This commit is contained in:
modmuss50 2016-07-01 15:40:46 +01:00
parent 1acacd811b
commit d25bb23e8e
327 changed files with 2470 additions and 1680 deletions

View file

@ -32,7 +32,7 @@ targetCompatibility = 1.8
repositories {
maven {
name = "Modmuss50"
url = "http://maven.modmuss50.me/"
url = "https://maven.modmuss50.me/"
}
maven {
name "TiC"
@ -73,6 +73,9 @@ if (ENV.BUILD_NUMBER) {
minecraft {
version = "1.9.4-12.17.0.1950"
if(ENV.JOB_BASE_NAME == "TechReborn-1.10"){
version = "1.10-12.18.0.1992-1.10.0"
}
mappings = "snapshot_20160518"
replace "@MODVERSION@", project.version
// makeObfSourceJar = false
@ -175,6 +178,9 @@ modsIO {
artifact = jar.archivePath
modid = "1182"
minecraft = "1.9.4"
if(ENV.JOB_BASE_NAME == "TechReborn-1.10"){
minecraft = "1.10"
}
changelog = "See github at : https://github.com/TechReborn/TechReborn"
tag = "alpha"
current = true