Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 8fc3d97

Browse files
committed
Update to 1.12.1
1 parent e72d8ce commit 8fc3d97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ compileJava {
3030
}
3131

3232
minecraft {
33-
version = '1.12'
33+
version = '1.12.1'
3434
runDir = 'run'
3535
tweakClass = 'me.zero.client.load.ClientTweaker'
36-
mappings = 'snapshot_20170628'
36+
mappings = 'snapshot_20170805'
3737

3838
makeObfSourceJar = false
3939
}

0 commit comments

Comments
 (0)