Update to 1.11.2

This commit is contained in:
johni0702
2017-01-15 01:23:44 +01:00
parent b6cf42c3be
commit 33cb1405d5
20 changed files with 75 additions and 74 deletions

View File

@@ -36,9 +36,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
replace '@MC_VERSION@', project.minecraft.version
}