From 97919f5a95ea1844ef7266c786fd65ad7fab8bed Mon Sep 17 00:00:00 2001 From: cpw Date: Wed, 26 Aug 2015 16:19:31 -0400 Subject: [PATCH] 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. --- build.gradle | 5 +++-- .../{Minecraft => MDKExample}/.location | 0 .../org.eclipse.core.resources/.root/0.tree | Bin 1224 -> 468 bytes .../.launches/Client.launch | 8 ++++---- .../.launches/Server.launch | 8 ++++---- gitignore.txt | 1 + 6 files changed, 12 insertions(+), 10 deletions(-) rename eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/{Minecraft => MDKExample}/.location (100%) diff --git a/build.gradle b/build.gradle index e29d90f..6e5a6ea 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/Minecraft/.location b/eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/MDKExample/.location similarity index 100% rename from eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/Minecraft/.location rename to eclipse/.metadata/.plugins/org.eclipse.core.resources/.projects/MDKExample/.location diff --git a/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/0.tree b/eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/0.tree index 897e2b847917fda481db0de6b8020ac05499a1dd..c64a62aa3537107ea026c463518787dbbe4a2b58 100644 GIT binary patch literal 468 zcmZvYK@x&63`J8a3T$=diWBq@j;uVDvuj!B+R{A617I{6 zk6|-DE#~;TKRuo)ff!`0GZ%!A2vtkxjPyrT28N|CJVLzloB%|^*rw9TkHUN~dkPQ> zr@b#Pg(I3)@--TXK4uJ-qdzrPAKLamXS0DAI^$V+A(_>$OxTM6pd@!zjoO(ExR3}= JN4r+4yZ}thLN)*Z literal 1224 zcmaKr&u`N(6vtnhj~pn0guM2T(OR - + - + - + - + diff --git a/eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/Server.launch b/eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/Server.launch index 395f317..c34d27a 100644 --- a/eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/Server.launch +++ b/eclipse/.metadata/.plugins/org.eclipse.debug.core/.launches/Server.launch @@ -1,13 +1,13 @@ - + - + - + - + diff --git a/gitignore.txt b/gitignore.txt index 43654d1..2c770e0 100644 --- a/gitignore.txt +++ b/gitignore.txt @@ -19,3 +19,4 @@ build # other eclipse +run