mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
[Forge] Release 6.1.6 for Forge 1.11.
Using Forge recommended build 2189.
This commit is contained in:
parent
e34fc1a82f
commit
a8d04c24be
@ -34,7 +34,7 @@
|
||||
|
||||
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"
|
||||
|
@ -26,11 +26,11 @@ compile project(':worldedit-core')
|
||||
}
|
||||
}
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user