From f428bdd45dbe00fd0b674bce6ed7623caedca804 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Tue, 22 May 2018 15:09:59 -0500 Subject: Added custom armor station. --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 142fd44..991191f 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ srcCompat = JavaVersion.VERSION_1_8 targetCompat = JavaVersion.VERSION_1_8 minecraft { - version = "1.12-14.21.1.2443" + version = "1.12.2-14.23.3.2702" runDir = "run" // the mappings can be changed at any time, and must be in the following format. @@ -72,7 +72,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_20170801" + mappings = "snapshot_20180521" // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. } @@ -98,9 +98,9 @@ dependencies { // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html // http://www.gradle.org/docs/current/userguide/dependency_management.html - deobfCompile "slimeknights.mantle:Mantle:1.12-1.3.1.+" - deobfCompile "slimeknights:TConstruct:1.12-2.7.4.+" - deobfCompile "mezz.jei:jei_1.12:4.7.+:api" + deobfCompile "slimeknights.mantle:Mantle:1.12-1.3.2.+" + deobfCompile "slimeknights:TConstruct:1.12.2-2.9.1.+" + deobfCompile "mezz.jei:jei_1.12.2:4.9.+:api" deobfCompile "com.github.Azanor:Baubles:master-SNAPSHOT" } -- cgit v1.2.3