summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-07-14 15:32:06 +0200
committerGiovanni Harting <539@idlegandalf.com>2016-07-14 15:32:06 +0200
commita41dffd0c5971301761069c32ee7a4d603c81d8f (patch)
tree072928098815680579d5e688bca8438dcd69a1e7
parenta13131adc9966079da8a0b247ad8409ed54f1c1f (diff)
upgraded to mc 1.10.2 with rec. forge
-rw-r--r--build.gradle14
1 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index 132a0ed..9b83b4f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,7 @@ group = "com.sosnitzka.ztic_addon" // http://maven.apache.org/guides/mini/guide-
archivesBaseName = "ztic_addon"
minecraft {
- version = "1.9.4-12.17.0.1968"
+ version = "1.10.2-12.18.1.2011"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
@@ -40,20 +40,20 @@ minecraft {
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not allways work.
// simply re-run your setup task after changing the mappings to update your workspace.
- mappings = "snapshot_20160531"
+ mappings = "snapshot_20160701"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
replace "@VERSION@", project.version
}
dependencies {
- deobfCompile "codechicken:CodeChickenLib:1.9.4-2.0.2.39:deobf"
- deobfCompile "codechicken:CodeChickenCore:1.9.4-2.0.3.65:deobf"
+ //deobfCompile "codechicken:CodeChickenLib:1.9.4-2.0.2.39:deobf"
+ //deobfCompile "codechicken:CodeChickenCore:1.9.4-2.0.3.65:deobf"
//deobfCompile "codechicken:NotEnoughItems:1.9-${nei_version}:dev"
- deobfCompile "slimeknights.mantle:Mantle:1.9.4-0.10.2.jenkins149:deobf"
+ deobfCompile "slimeknights.mantle:Mantle:1.10.2-0.10.3.jenkins161:deobf"
//Old: deobfCompile "slimeknights.mantle:Mantle:1.9-0.10.0.jenkins132:deobf"
- deobfCompile "mezz.jei:jei_1.9.4:3.6.7.216"
- deobfCompile "slimeknights:TConstruct:1.9.4-2.3.2.jenkins255:deobf"
+ deobfCompile "mezz.jei:jei_1.10.2:3.7.6.231"
+ deobfCompile "slimeknights:TConstruct:1.10-2.3.3a.jenkins271:deobf"
//compile files('libs/TConstruct-1.9-2.3.1.DEV.1d4c1de-deobf.jar')
}