Updated forge.

Tweaked shader.
Cancel build mode with esc, e, leftclick.
Added breaking blocks with buildmodes.
This commit is contained in:
Christian Knaapen
2019-02-06 03:53:25 +01:00
parent dfc2b11e94
commit 7321d1af01
15 changed files with 113 additions and 38 deletions

View File

@@ -21,7 +21,7 @@ compileJava {
}
minecraft {
version = "1.12.2-14.23.4.2705"
version = "1.12.2-14.23.5.2768"
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 always work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20171003"
mappings = "stable_39"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}