From ca80c91f2fcdd168545e0c85a40c717c22e8199e Mon Sep 17 00:00:00 2001 From: Progwml6 Date: Wed, 1 Oct 2014 22:20:58 -0400 Subject: [PATCH] update build.gradle to use 1.8 FML --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a24a928..2979a84 100755 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { } // Apply the forge plugin - this adds all the magic for automatically obfuscating, deobfuscating etc -apply plugin: 'forge' +apply plugin: 'fml' // This is a simple flatdir repository for "uploadArchives" when you don't have a remote repo to target repositories { @@ -37,7 +37,8 @@ archivesBaseName = "ironchest" // Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here minecraft { - version = "1.7.10-10.13.0.1150" + version = "1.8-7.10.93.1001-1.8" + mappings = 'snapshot_20140930' } // This wrangles the resources for the jar files- stuff like textures and languages