Merge branch '1.11.2-dev' into 1.11.2-reprod

This commit is contained in:
Jonas Herzig
2017-10-28 18:06:00 +02:00
21 changed files with 86 additions and 85 deletions

View File

@@ -34,9 +34,9 @@ archivesBaseName = "replaymod"
minecraft {
coreMod = 'com.replaymod.core.LoadingPlugin'
version = '1.11-13.19.1.2188'
version = '1.11.2-13.20.0.2216'
runDir = "eclipse"
mappings = "snapshot_20161111"
mappings = "snapshot_20161220"
replace '@MOD_VERSION@', project.version
// Includes intentional whitespace to stop Forge from declaring the mod to be compatible with
// a newer srg-compatible MC version (that may be using a different protocol version)
@@ -69,7 +69,7 @@ dependencies {
shade 'org.aspectj:aspectjrt:1.8.2'
shade 'com.github.replaymod:ReplayStudio:a5618f7'
shade 'com.github.replaymod:ReplayStudio:a4a75b3'
testCompile 'junit:junit:4.11'
}