Forge (AND MINECRAFT) upgrade!

OMFGBBQ IT'S MINECRAFT 1.10!
This commit is contained in:
Emmanuel BENOîT 2016-06-23 21:58:11 +02:00
parent c2dd5f571a
commit e8da9800a7
2 changed files with 6 additions and 5 deletions

View file

@ -34,7 +34,7 @@ targetCompat = JavaVersion.VERSION_1_8
minecraft { minecraft {
version = "${mc_version}-${forge_version}" version = "${mc_version}-${forge_version}-${mc_full_version}"
runDir = "run" runDir = "run"
mappings = "${mappings_version}" mappings = "${mappings_version}"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
@ -58,4 +58,4 @@ processResources
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
} }

View file

@ -3,6 +3,7 @@ forgegradle_version= 2.2-SNAPSHOT
mod_name= mmm mod_name= mmm
mod_version= 0.1 mod_version= 0.1
mc_version= 1.9.4 mc_version= 1.10
forge_version= 12.17.0.1968 mc_full_version= 1.10.0
mappings_version= snapshot_20160518 forge_version= 12.18.0.1984
mappings_version= snapshot_20160518