Fix #794, fix some issues with ic2 wrench, and use new forge perms to check when taping and wrenching blocks

This commit is contained in:
modmuss50 2016-11-05 15:10:28 +00:00
parent 015620094c
commit c9ff3330ca
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
5 changed files with 31 additions and 4 deletions

View file

@ -70,8 +70,8 @@ if (ENV.BUILD_NUMBER) {
}
minecraft {
version = "1.10.2-12.18.1.2084"
mappings = "snapshot_20160518"
version = "1.10.2-12.18.2.2121"
mappings = "snapshot_20161105"
replace "@MODVERSION@", project.version
// makeObfSourceJar = false
useDepAts = true