From e718cae381adeac32a1f857d31a358427db1701a Mon Sep 17 00:00:00 2001 From: alexbegt Date: Thu, 23 Jun 2016 18:42:26 -0400 Subject: [PATCH] Bump forge version to fix dupe bug with items while running deobf testing. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 52b420f..f54a6e6 100755 --- a/build.gradle +++ b/build.gradle @@ -37,13 +37,13 @@ dependencies { } // 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. 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" }