[Forge] Update to latest 1.11.2 mappings

This commit is contained in:
Kenzie Togami
2017-08-01 23:01:12 -07:00
parent 4ec5411ba6
commit cd4729f82f
4 changed files with 5 additions and 5 deletions

View File

@@ -26,11 +26,11 @@ repositories {
}
}
ext.forgeVersion = "13.20.0.2237"
ext.forgeVersion = "13.20.1.2386"
minecraft {
version = "1.11.2-${project.forgeVersion}"
mappings = "snapshot_20170221"
mappings = "stable_32"
runDir = 'run'
replaceIn "com/sk89q/worldedit/forge/ForgeWorldEdit.java"