summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2017-01-14 09:09:33 +0100
committerGiovanni Harting <539@idlegandalf.com>2017-01-14 09:09:33 +0100
commitab7c7fc2dee4e7a4139b9c47a7acfd4b1aaa4e02 (patch)
tree4eb9d0e645d0ff0adf98c5d947464292afac8995 /build.gradle
parent251e1d9d78150392807fd753e9ea3d2dfa48bb72 (diff)
updated forge and mappings, removed some images not in use
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 82e85fd..6b7bde1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,9 +64,9 @@ task buildInfo {
version = project.buildInfo.revision
minecraft {
- version = "1.10.2-12.18.2.2147"
+ version = "1.10.2-12.18.3.2202"
runDir = "run"
- mappings = "snapshot_20161101"
+ mappings = "stable_29"
replace '@VERSION@', project.version
}