Skip to content

Commit

Permalink
Updated to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Dec 23, 2017
1 parent 5bfed48 commit eb4d813
Show file tree
Hide file tree
Showing 18 changed files with 765 additions and 91 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -21,15 +21,15 @@ compileJava {
}

minecraft {
version = "1.12-14.21.1.2387"
version = "1.12.2-14.23.1.2555"
runDir = "run"

// 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 always work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20170624"
mappings = "snapshot_20171003"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}

Expand Down

0 comments on commit eb4d813

Please sign in to comment.