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

@ -37,13 +37,13 @@ dependencies {
} }
// This is our group. I'm cpw.mods // This is our group. I'm cpw.mods
group= "cpw.mods" // http://maven.apache.org/guides/mini/guide-naming-conventions.html group = "cpw.mods" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
// This is our actual project within the group. Note: FML has "fml" here. But this is ironchest. // This is our actual project within the group. Note: FML has "fml" here. But this is ironchest.
archivesBaseName = "ironchest" archivesBaseName = "ironchest"
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here // Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
minecraft { minecraft {
version = "1.10-12.18.0.1984-1.10.0" version = "1.10-12.18.0.1986-1.10.0"
mappings = "snapshot_20160623" mappings = "snapshot_20160623"
runDir = "run" runDir = "run"
} }