Update Forge to latest recommended build (2188)

This commit is contained in:
johni0702
2016-12-10 20:25:33 +01:00
parent 58b7c44a33
commit 260720d5ba

View File

@@ -36,7 +36,7 @@ archivesBaseName = "replaymod"
minecraft { minecraft {
coreMod = 'com.replaymod.core.LoadingPlugin' coreMod = 'com.replaymod.core.LoadingPlugin'
version = '1.11-13.19.0.2178' version = '1.11-13.19.1.2188'
runDir = "eclipse" runDir = "eclipse"
mappings = "snapshot_20161111" mappings = "snapshot_20161111"
} }