We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a186a commit b19ecdfCopy full SHA for b19ecdf
build.gradle
@@ -27,15 +27,15 @@ idea {
27
}
28
29
minecraft {
30
- version = "1.10.2-12.18.2.2151"
+ version = "1.10.2-12.18.3.2185"
31
runDir = "run"
32
33
// the mappings can be changed at any time, and must be in the following format.
34
// snapshot_YYYYMMDD snapshot are built nightly.
35
// stable_# stables are built at the discretion of the MCP team.
36
// Use non-default mappings at your own risk. they may not allways work.
37
// simply re-run your setup task after changing the mappings to update your workspace.
38
- mappings = "snapshot_20161106"
+ mappings = "snapshot_20161116"
39
40
replace '@VERSION@', project.version
41
0 commit comments