Update mappings to fix crash with FMP
This commit is contained in:
parent
39cc0f9452
commit
cda60c7b8f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ if (ENV.BUILD_NUMBER) {
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.11.2-13.20.0.2255"
|
version = "1.11.2-13.20.0.2255"
|
||||||
mappings = "snapshot_20161118"
|
mappings = "snapshot_20161220"
|
||||||
replace "@MODVERSION@", project.version
|
replace "@MODVERSION@", project.version
|
||||||
// makeObfSourceJar = false
|
// makeObfSourceJar = false
|
||||||
useDepAts = true
|
useDepAts = true
|
||||||
|
|
Loading…
Reference in a new issue