Minor sponge fixes

This commit is contained in:
Jesse Boyd
2016-07-25 09:47:49 +10:00
committed by MattBDev
parent 0b5177f192
commit 3498f309e8
6 changed files with 8 additions and 4 deletions

View File

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