added mappings to default build.gradle

This commit is contained in:
Abrar Syed 2014-10-03 15:57:04 -05:00
parent 1b587948f8
commit 20d78df6e6
1 changed files with 7 additions and 0 deletions

View File

@ -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 {