Fix #1281 , Fix #1282 , and Sponge gradle

This commit is contained in:
MattBDev
2016-07-29 12:31:45 -04:00
parent 1f341e6ba9
commit 610e204d12
5 changed files with 16 additions and 4 deletions

View File

@ -14,7 +14,7 @@ buildscript {
}
}
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'net.minecrell.vanilla.server.library'
dependencies {
compile project(':Core')
@ -41,7 +41,7 @@ repositories {
}
}
minecraft {
version = "2014"
version = "1.10.2"
mappings = "snapshot_20160629"
runDir = 'run'
}