Merge branch '1.10.2-dev' into 1.10.2-reprod

This commit is contained in:
Jonas Herzig
2017-10-28 17:26:43 +02:00
5 changed files with 19 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ archivesBaseName = "replaymod"
minecraft {
coreMod = 'com.replaymod.core.LoadingPlugin'
version = '1.9.4-12.17.0.1976'
version = '1.10.2-12.18.2.2099'
runDir = "eclipse"
mappings = "snapshot_20160518"
replace '@MOD_VERSION@', project.version
@@ -69,7 +69,7 @@ dependencies {
shade 'org.aspectj:aspectjrt:1.8.2'
shade 'com.github.replaymod:ReplayStudio:c7ed696'
shade 'com.github.replaymod:ReplayStudio:cc35b80'
testCompile 'junit:junit:4.11'
}