From 20d78df6e66c8595117efc31a110dacc0abacf97 Mon Sep 17 00:00:00 2001 From: Abrar Syed Date: Fri, 3 Oct 2014 15:57:04 -0500 Subject: [PATCH] added mappings to default build.gradle --- fml/install/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fml/install/build.gradle b/fml/install/build.gradle index 0c29d564c..0c794be33 100644 --- a/fml/install/build.gradle +++ b/fml/install/build.gradle @@ -24,6 +24,13 @@ archivesBaseName = "modid" minecraft { version = "${version}" runDir = "eclipse" + + // the mappings can be changed at any time, and must be in the following format. + // snapshot_YYYYMMDD snapshot are built nightly. + // stable_# stables are built at the discretion of the MCP team. + // Use non-default mappings at your own risk. they may not allways work. + // simply re-run your setup task after changing the mappings to update your workspace. + mappings = "${mappings}" } dependencies {