summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2018-05-22 15:09:59 -0500
committerLance5057 <Lance5057@gmail.com>2018-05-22 15:09:59 -0500
commitf428bdd45dbe00fd0b674bce6ed7623caedca804 (patch)
tree0f7025456f7aad02c85dc0bc1fa6945de4735f46 /build.gradle
parentcadbc53521f0966c69004b1c88b284c07ae2f42f (diff)
Added custom armor station.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
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"
}