Merge pull request #12 from Waterpicker/1.10

Updated forge version in prepration of sponge integration.
This commit is contained in:
Waterpicker 2016-12-13 13:31:29 -06:00 committed by GitHub
commit bd6fc03350

View file

@ -21,7 +21,7 @@ compileJava {
}
minecraft {
version = "1.10.2-12.18.2.2122"
version = "1.10.2-12.18.2.2171"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
@ -29,7 +29,7 @@ minecraft {
// 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 = "snapshot_20160518"
mappings = "stable_29"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}