added mappings to default build.gradle
This commit is contained in:
parent
1b587948f8
commit
20d78df6e6
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue