1.10.2
This commit is contained in:
parent
7719633599
commit
4fcefc84f3
1 changed files with 4 additions and 1 deletions
|
@ -72,10 +72,13 @@ if (ENV.BUILD_NUMBER) {
|
|||
}
|
||||
|
||||
minecraft {
|
||||
version = "1.9.4-12.17.0.1950"
|
||||
version = "1.10.2-12.18.0.2006-1.10.0"
|
||||
if(ENV.JOB_BASE_NAME == "TechReborn-1.10"){
|
||||
version = "1.10-12.18.0.1992-1.10.0"
|
||||
}
|
||||
if(ENV.JOB_BASE_NAME == "TechReborn-1.9.4"){
|
||||
version = "1.9.4-12.17.0.1950"
|
||||
}
|
||||
mappings = "snapshot_20160518"
|
||||
replace "@MODVERSION@", project.version
|
||||
// makeObfSourceJar = false
|
||||
|
|
Loading…
Add table
Reference in a new issue