diff --git a/README b/README index 09db93c..212ac08 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ Minecraft Land Generator version 1.6.3 -Updated June 1, 2012 -(BuildID: 1338535650000) +Updated June 5, 2012 +(BuildID: 1338894449000) Original Code by Corrodias November 2010 -Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to June 1, 2012!) +Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to June 5, 2012!) Additional Code by pr0f1x October 2011 Website: https://sites.google.com/site/minecraftlandgenerator/ @@ -27,6 +27,11 @@ Other Public Domain code has been used in this program, and references to source Version History: Morlok8k: +1.6.3 +- Minor Code Optimization +- Finely got on the ball and added the JNBT source and everything (as an internal .zip) to be completely faithful to his license +- Also adding script files internally in the .jar for archive (or offline) purposes. (Manual Extract needed for use) +- Modified output of MLG slightly to show whats the server and whats MLG. (I may do more with this later.) 1.6.2 - Major Code Optimization - Updated Time Output again. Now says "1 Minute" instead of "1 Minutes". diff --git a/bin/MLG-BuildID b/bin/MLG-BuildID index 821cb18..0a70ee5 100644 --- a/bin/MLG-BuildID +++ b/bin/MLG-BuildID @@ -51,3 +51,4 @@ A993CE06F1D26D3272A3BBE12488A323=1338534569000# MLG v1.6.3 5C39B24E286CB21FD69D5A1979CA7AAF=1338535155000# MLG v1.6.3 F96F4F3862138D498B203C2848086289=1338535367000# MLG v1.6.3 6A48691EACB4E484DFFBAC8B699B0604=1338535650000# MLG v1.6.3 +6125D0807B8B68763C3B8BADD08ECC8C=1338894449000# MLG v1.6.3 diff --git a/bin/MinecraftLandGenerator.conf b/bin/MinecraftLandGenerator.conf index 42276f4..73326d4 100644 --- a/bin/MinecraftLandGenerator.conf +++ b/bin/MinecraftLandGenerator.conf @@ -1,6 +1,6 @@ #Minecraft Land Generator Configuration File: Version: 1.6.3 #Authors: Corrodias, Morlok8k, pr0f1x -#Auto-Generated: Friday, June 1, 2012 at 12:27 AM Pacific Daylight Time +#Auto-Generated: Tuesday, June 5, 2012 at 4:07 AM Pacific Daylight Time #Line to run server: Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui diff --git a/bin/MinecraftLandGenerator.jar b/bin/MinecraftLandGenerator.jar index 842f112..208a2fb 100755 Binary files a/bin/MinecraftLandGenerator.jar and b/bin/MinecraftLandGenerator.jar differ diff --git a/src/morlok8k/minecraft/landgenerator/MLG_Readme_and_HelpInfo.java b/src/morlok8k/minecraft/landgenerator/MLG_Readme_and_HelpInfo.java index ca5e155..10250ff 100644 --- a/src/morlok8k/minecraft/landgenerator/MLG_Readme_and_HelpInfo.java +++ b/src/morlok8k/minecraft/landgenerator/MLG_Readme_and_HelpInfo.java @@ -62,6 +62,11 @@ public class MLG_Readme_and_HelpInfo { + newLine + "Version History:" + newLine + "Morlok8k:" + newLine + + "1.6.3" + newLine + + "- Minor Code Optimization" + newLine + + "- Finely got on the ball and added the JNBT source and everything (as an internal .zip) to be completely faithful to his license" + newLine + + "- Also adding script files internally in the .jar for archive (or offline) purposes. (Manual Extract needed for use)" + newLine + + "- Modified output of MLG slightly to show whats the server and whats MLG. (I may do more with this later.)" + newLine + "1.6.2" + newLine + "- Major Code Optimization" + newLine + "- Updated Time Output again. Now says \"1 Minute\" instead of \"1 Minutes\"." + newLine