[Forge] Release 6.1.6 for Forge 1.11.

Using Forge recommended build 2189.
This commit is contained in:
wizjany 2016-12-13 21:16:28 -05:00
parent e34fc1a82f
commit a8d04c24be
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ buildscript {
allprojects {
group = 'com.sk89q.worldedit'
version = '6.1.6-SNAPSHOT'
version = '6.1.7-SNAPSHOT'
}
if (!project.hasProperty("artifactory_contextUrl")) ext.artifactory_contextUrl = "http://localhost"

View File

@ -26,11 +26,11 @@ repositories {
}
}
ext.forgeVersion = "13.19.0.2177"
ext.forgeVersion = "13.19.1.2189"
minecraft {
version = "1.11-${project.forgeVersion}"
mappings = "snapshot_20161130"
mappings = "snapshot_20161209"
runDir = 'run'
replaceIn "com/sk89q/worldedit/forge/ForgeWorldEdit.java"