Skip to content

Commit b19ecdf

Browse files
committed
Mappings
1 parent b8a186a commit b19ecdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ idea {
2727
}
2828

2929
minecraft {
30-
version = "1.10.2-12.18.2.2151"
30+
version = "1.10.2-12.18.3.2185"
3131
runDir = "run"
3232

3333
// the mappings can be changed at any time, and must be in the following format.
3434
// snapshot_YYYYMMDD snapshot are built nightly.
3535
// stable_# stables are built at the discretion of the MCP team.
3636
// Use non-default mappings at your own risk. they may not allways work.
3737
// simply re-run your setup task after changing the mappings to update your workspace.
38-
mappings = "snapshot_20161106"
38+
mappings = "snapshot_20161116"
3939

4040
replace '@VERSION@', project.version
4141
}

0 commit comments

Comments
 (0)