More cleanup of the default eclipse workspace. The project is now called "MDKExample" not "Minecraft".

The project tree is now contemporary, instead of a copy from 1.5.x era MC. The launches are cleaned up, and refer to
a better default "runDir" of "run" rather than "eclipse".. Updating to FG2.0.1 which will contain relevant binary fixes.
This commit is contained in:
cpw 2015-08-26 16:19:31 -04:00
parent d4ed44b8e4
commit 97919f5a95
6 changed files with 12 additions and 10 deletions

View file

@ -17,7 +17,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
// for people who want stable
plugins {
id "net.minecraftforge.gradle.forge" version "2.0.0"
id "net.minecraftforge.gradle.forge" version "2.0.1"
}
version = "1.0"
@ -26,7 +26,7 @@ archivesBaseName = "modid"
minecraft {
version = "@VERSION@"
runDir = "eclipse"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
// snapshot_YYYYMMDD snapshot are built nightly.
@ -34,6 +34,7 @@ minecraft {
// 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 = "@MAPPINGS@"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}
dependencies {