Merge pull request #12 from Waterpicker/1.10
Updated forge version in prepration of sponge integration.
This commit is contained in:
commit
bd6fc03350
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue