summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-09-11 23:10:43 +0200
committerGiovanni Harting <539@idlegandalf.com>2016-09-11 23:10:57 +0200
commit58eacac28c7789189a1fc6a018ddad36d8fc5d9a (patch)
tree3b3007b858da13f7a358bf1ff4f5ce4894f6549e /build.gradle
parent8c334a4cdd10514862ed9e68779bae26f38a7995 (diff)
updated dependencies
compatibility with latest TCon
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle14
1 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index 5edd388..60e6409 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,7 +61,7 @@ task buildInfo {
version = project.buildInfo.revision
minecraft {
- version = "1.10.2-12.18.1.2011"
+ version = "1.10.2-12.18.1.2079"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
@@ -69,7 +69,7 @@ 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_20160701"
+ mappings = "snapshot_20160911"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
replace "${version}", project.version
@@ -83,10 +83,10 @@ 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:NotEnoughItems:1.9-${nei_version}:dev"
- deobfCompile "slimeknights.mantle:Mantle:1.10.2-0.10.3.jenkins161:deobf"
+ deobfCompile "slimeknights.mantle:Mantle:1.10.2-1.0.0.jenkins170:deobf"
//Old: deobfCompile "slimeknights.mantle:Mantle:1.9-0.10.0.jenkins132:deobf"
- deobfCompile "mezz.jei:jei_1.10.2:3.7.6.231"
- deobfCompile "slimeknights:TConstruct:1.10-2.3.3a.jenkins271:deobf"
+ deobfCompile "mezz.jei:jei_1.10.2:3.9.3.252"
+ deobfCompile "slimeknights:TConstruct:1.10.2-2.5.0.jenkins345:deobf"
//compile files('libs/TConstruct-1.9-2.3.1.DEV.1d4c1de-deobf.jar')
}
@@ -134,8 +134,8 @@ curseforge {
id = '247661'
changelog = project.buildInfo.changes // A file can also be set using: changelog = file('changelog.txt')
releaseType = 'release'
- addGameVersion '1.10.2'
- addGameVersion '1.10.1'
+ //addGameVersion '1.10.2'
+ //addGameVersion '1.10.1'
addArtifact deobfJar
mainArtifact(jar) {