Bump forge version to fix dupe bug with items while running deobf testing.

This commit is contained in:
alexbegt 2016-06-23 18:42:26 -04:00
parent 3321ba2c1b
commit e718cae381
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ archivesBaseName = "ironchest"
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
minecraft {
version = "1.10-12.18.0.1984-1.10.0"
version = "1.10-12.18.0.1986-1.10.0"
mappings = "snapshot_20160623"
runDir = "run"
}